Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2031 const SCEV *MaxLHS = Max->getOperand(0); in OptimizeMax() local
2036 if (!MaxLHS || in OptimizeMax()
2037 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()