Home
last modified time | relevance | path

Searched defs:MaxRHS (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2294 const SCEV *MaxRHS = Max->getOperand(1); in OptimizeMax() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp11196 APInt MaxRHS = getSignedRangeMax(RHS); in doesIVOverflowOnLT() local
11204 APInt MaxRHS = getUnsignedRangeMax(RHS); in doesIVOverflowOnLT() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3196 SDValue MaxRHS = Op0.getOperand(1); in foldSubToUSubSat() local