Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2535 const SCEV *MaxRHS = Max->getOperand(1); in OptimizeMax() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12676 APInt MaxRHS = getSignedRangeMax(RHS); in canIVOverflowOnLT() local
12684 APInt MaxRHS = getUnsignedRangeMax(RHS); in canIVOverflowOnLT() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3751 SDValue MaxRHS = Op0.getOperand(1); in foldSubToUSubSat() local