Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3852 APInt MinLHS = LHSKnown.One; in checkRippleForSignedAdd() local
3853 MinLHS.clearSignBit(); in checkRippleForSignedAdd()
3856 APInt Result = std::move(MinLHS) + std::move(MinRHS); in checkRippleForSignedAdd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp39154 SDValue MinLHS = Op1.getOperand(0); in combineSubToSubus() local
39156 if (MinLHS == Op0) in combineSubToSubus()
39159 SubusRHS = MinLHS; in combineSubToSubus()