Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1627 bool isProfitableIncrement(const SCEV *OperExpr,
2507 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement() argument
2518 if (isa<SCEVConstant>(SE.getMinusSCEV(OperExpr, HeadExpr))) in isProfitableIncrement()
2614 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction() local
2615 const SCEV *const OperExprBase = getExprBase(OperExpr); in ChainInstruction()
2641 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); in ChainInstruction()
2645 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) { in ChainInstruction()
2659 LastIncExpr = OperExpr; in ChainInstruction()