Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1637 bool isProfitableIncrement(const SCEV *OperExpr,
2525 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement() argument
2536 if (isa<SCEVConstant>(SE.getMinusSCEV(OperExpr, HeadExpr))) in isProfitableIncrement()
2635 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction() local
2636 const SCEV *const OperExprBase = getExprBase(OperExpr); in ChainInstruction()
2662 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); in ChainInstruction()
2666 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) { in ChainInstruction()
2680 LastIncExpr = OperExpr; in ChainInstruction()