Home
last modified time | relevance | path

Searched refs:MaxLHS (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1165 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem() local
1169 if (MaxLHS.ult(MinAbsRHS)) in srem()
1173 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem()
1178 if (MaxLHS.isNegative()) { in srem()
1188 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem()
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp1231 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem() local
1235 if (MaxLHS.ult(MinAbsRHS)) in srem()
1239 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem()
1244 if (MaxLHS.isNegative()) { in srem()
1254 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1999 const SCEV *MaxLHS = Max->getOperand(0); in OptimizeMax() local
2004 if (!MaxLHS || in OptimizeMax()
2005 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2285 const SCEV *MaxLHS = Max->getOperand(0); in OptimizeMax() local
2290 if (!MaxLHS || in OptimizeMax()
2291 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2290 const SCEV *MaxLHS = Max->getOperand(0); in OptimizeMax() local
2295 if (!MaxLHS || in OptimizeMax()
2296 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp45221 SDValue MaxLHS = Op0.getOperand(0); in combineSubToSubus() local
45223 if (MaxLHS == Op1) in combineSubToSubus()
45226 SubusLHS = MaxLHS; in combineSubToSubus()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp48535 SDValue MaxLHS = Op0.getOperand(0); in combineSubToSubus() local
48537 if (MaxLHS == Op1) in combineSubToSubus()
48540 SubusLHS = MaxLHS; in combineSubToSubus()