Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1685 const SCEV *MaxLHS = Max->getOperand(0); in OptimizeMax() local
1690 if (!MaxLHS || in OptimizeMax()
1691 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2257 const SCEV *MaxLHS = Max->getOperand(0); in OptimizeMax() local
2262 if (!MaxLHS || in OptimizeMax()
2263 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3838 APInt MaxLHS = ~LHSKnown.Zero; in checkRippleForSignedAdd() local
3839 MaxLHS.clearSignBit(); in checkRippleForSignedAdd()
3842 APInt Result = std::move(MaxLHS) + std::move(MaxRHS); in checkRippleForSignedAdd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp39144 SDValue MaxLHS = Op0.getOperand(0); in combineSubToSubus() local
39146 if (MaxLHS == Op1) in combineSubToSubus()
39149 SubusLHS = MaxLHS; in combineSubToSubus()