Home
last modified time | relevance | path

Searched refs:MinLHS (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1165 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem() local
1167 if (MinLHS.isNonNegative()) { in srem()
1179 if (MinLHS.ugt(-MinAbsRHS)) in srem()
1182 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem()
1187 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem()
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp1231 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem() local
1233 if (MinLHS.isNonNegative()) { in srem()
1245 if (MinLHS.ugt(-MinAbsRHS)) in srem()
1248 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem()
1253 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem()
/external/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp305 Value *MinLHS, *MinRHS; in isSSATMinMaxPattern() local
308 matchSelectPattern(MinInst, MinLHS, MinRHS).Flavor; in isSSATMinMaxPattern()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp48545 SDValue MinLHS = Op1.getOperand(0); in combineSubToSubus() local
48547 if (MinLHS == Op0) in combineSubToSubus()
48550 SubusRHS = MinLHS; in combineSubToSubus()
48559 SDValue MinLHS = Op1.getOperand(0).getOperand(0); in combineSubToSubus() local
48567 if (MinLHS.getOpcode() == ISD::ZERO_EXTEND && in combineSubToSubus()
48568 MinLHS.getOperand(0) == Op0) in combineSubToSubus()
48572 OpToSaturate = MinLHS; in combineSubToSubus()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp45231 SDValue MinLHS = Op1.getOperand(0); in combineSubToSubus() local
45233 if (MinLHS == Op0) in combineSubToSubus()
45236 SubusRHS = MinLHS; in combineSubToSubus()