Searched defs:OperExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1641 bool isProfitableIncrement(const SCEV *OperExpr,
2530 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, argument
2541 if (isa<SCEVConstant>(SE.getMinusSCEV(OperExpr, HeadExpr)))
2641 const SCEV *const OperExpr = SE.getSCEV(NextIV); local
2642 const SCEV *const OperExprBase = getExprBase(OperExpr);
2668 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr);
2672 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) {
2686 LastIncExpr = OperExpr;

Completed in 93 milliseconds