Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp307 Value *MinLHS, *MinRHS; in isSSATMinMaxPattern() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp11220 APInt MinRHS = getSignedRangeMin(RHS); in doesIVOverflowOnGT() local
11228 APInt MinRHS = getUnsignedRangeMin(RHS); in doesIVOverflowOnGT() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3205 SDValue MinRHS = Op1.getOperand(1); in foldSubToUSubSat() local
3216 SDValue MinRHS = Op1.getOperand(0).getOperand(1); in foldSubToUSubSat() local