Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()