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.cpp2127 bool isProfitableIncrement(const SCEV *OperExpr,
3036 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement() argument
3047 if (isa<SCEVConstant>(SE.getMinusSCEV(OperExpr, HeadExpr))) in isProfitableIncrement()
3149 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction() local
3150 const SCEV *const OperExprBase = getExprBase(OperExpr); in ChainInstruction()
3176 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); in ChainInstruction()
3180 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) { in ChainInstruction()
3194 LastIncExpr = OperExpr; in ChainInstruction()