Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2000 const SCEV *MaxRHS = Max->getOperand(1); in OptimizeMax() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp8585 APInt MaxRHS = getSignedRange(RHS).getSignedMax(); in doesIVOverflowOnLT() local
8594 APInt MaxRHS = getUnsignedRange(RHS).getUnsignedMax(); in doesIVOverflowOnLT() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2291 const SCEV *MaxRHS = Max->getOperand(1); in OptimizeMax() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp10552 APInt MaxRHS = getSignedRangeMax(RHS); in doesIVOverflowOnLT() local
10560 APInt MaxRHS = getUnsignedRangeMax(RHS); in doesIVOverflowOnLT() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2346 const SCEV *MaxRHS = Max->getOperand(1); in OptimizeMax() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp12634 APInt MaxRHS = getSignedRangeMax(RHS); in canIVOverflowOnLT() local
12642 APInt MaxRHS = getUnsignedRangeMax(RHS); in canIVOverflowOnLT() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3400 SDValue MaxRHS = Op0.getOperand(1); in foldSubToUSubSat() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45225 SDValue MaxRHS = Op0.getOperand(1); in combineSubToSubus() local