Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2109 bool isProfitableIncrement(const SCEV *OperExpr,
3025 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement() argument
3036 if (isa<SCEVConstant>(SE.getMinusSCEV(OperExpr, HeadExpr))) in isProfitableIncrement()
3138 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction() local
3139 const SCEV *const OperExprBase = getExprBase(OperExpr); in ChainInstruction()
3165 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); in ChainInstruction()
3169 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) { in ChainInstruction()
3183 LastIncExpr = OperExpr; in ChainInstruction()