Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1897 bool isProfitableIncrement(const SCEV *OperExpr,
2809 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement() argument
2820 if (isa<SCEVConstant>(SE.getMinusSCEV(OperExpr, HeadExpr))) in isProfitableIncrement()
2922 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction() local
2923 const SCEV *const OperExprBase = getExprBase(OperExpr); in ChainInstruction()
2949 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); in ChainInstruction()
2953 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) { in ChainInstruction()
2967 LastIncExpr = OperExpr; in ChainInstruction()