Home
last modified time | relevance | path

Searched defs:Denom (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp60 SVal Denom = C.getState()->getSVal(B->getRHS(), C.getLocationContext()); in checkPreStmt() local
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Drat.go418 func (x *Rat) Denom() *Int { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp224 uint64_t Denom) { in getScaledCount()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp240 uint64_t Denom) { in getScaledCount()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp372 unsigned Denom = (BackEdges.empty() ? 0 : LBH_TAKEN_WEIGHT) + in calcLoopBranchHeuristics() local
/aosp_15_r20/prebuilts/go/linux-x86/src/go/constant/
Dvalue.go788 func Denom(x Value) Value { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp644 unsigned Denom = (BackEdges.empty() ? 0 : LBH_TAKEN_WEIGHT) + in calcLoopBranchHeuristics() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1037 Register Denom = MI.getOperand(4).getReg(); in selectDivScale() local
/aosp_15_r20/external/clang/lib/AST/
H A DExprConstant.cpp8815 APFloat Denom = C * C + D * D; in VisitBinaryOperator() local