Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp82 SVal Denom = C.getSVal(B->getRHS()); in checkPreStmt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp819 APInt Denom = RHS.getSignedMaxValue(); sdiv() local
829 APInt Denom = RHS.getSignedMinValue(); sdiv() local
836 APInt Denom = RHS.getSignedMaxValue(); sdiv() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp240 return ScaleCount / Denom; in getScaledCount() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1141 int Num = Op->getValueAsInt("num"), Denom = Op->getValueAsInt("denom"); getType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp3031 auto Denom = Weights[0] + Weights[1]; shouldTryInjectBasingOnMetadata() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1002 .addUse(Denom) // $src1 in selectDivScale() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15024 APFloat Denom = C * C + D * D; VisitBinaryOperator() local