Home
last modified time | relevance | path

Searched refs:MinRHS (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp305 Value *MinLHS, *MinRHS; in isSSATMinMaxPattern() local
308 matchSelectPattern(MinInst, MinLHS, MinRHS).Flavor; in isSSATMinMaxPattern()
310 PatternMatch::match(MinRHS, PatternMatch::m_ConstantInt(MinC)) && in isSSATMinMaxPattern()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8611 APInt MinRHS = getSignedRange(RHS).getSignedMin(); in doesIVOverflowOnGT() local
8617 return (MinValue + MaxStrideMinusOne).sgt(MinRHS); in doesIVOverflowOnGT()
8620 APInt MinRHS = getUnsignedRange(RHS).getUnsignedMin(); in doesIVOverflowOnGT() local
8626 return (MinValue + MaxStrideMinusOne).ugt(MinRHS); in doesIVOverflowOnGT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp10576 APInt MinRHS = getSignedRangeMin(RHS); in doesIVOverflowOnGT() local
10581 return (std::move(MinValue) + MaxStrideMinusOne).sgt(MinRHS); in doesIVOverflowOnGT()
10584 APInt MinRHS = getUnsignedRangeMin(RHS); in doesIVOverflowOnGT() local
10589 return (std::move(MinValue) + MaxStrideMinusOne).ugt(MinRHS); in doesIVOverflowOnGT()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp11034 APInt MinRHS = getSignedRangeMin(RHS); in doesIVOverflowOnGT() local
11039 return (std::move(MinValue) + MaxStrideMinusOne).sgt(MinRHS); in doesIVOverflowOnGT()
11042 APInt MinRHS = getUnsignedRangeMin(RHS); in doesIVOverflowOnGT() local
11047 return (std::move(MinValue) + MaxStrideMinusOne).ugt(MinRHS); in doesIVOverflowOnGT()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp48546 SDValue MinRHS = Op1.getOperand(1); in combineSubToSubus() local
48548 SubusRHS = MinRHS; in combineSubToSubus()
48549 else if (MinRHS == Op0) in combineSubToSubus()
48560 SDValue MinRHS = Op1.getOperand(0).getOperand(1); in combineSubToSubus() local
48569 OpToSaturate = MinRHS; in combineSubToSubus()
48570 else if (MinRHS.getOpcode() == ISD::ZERO_EXTEND && in combineSubToSubus()
48571 MinRHS.getOperand(0) == Op0) in combineSubToSubus()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp45232 SDValue MinRHS = Op1.getOperand(1); in combineSubToSubus() local
45234 SubusRHS = MinRHS; in combineSubToSubus()
45235 else if (MinRHS == Op0) in combineSubToSubus()