Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1928 bool isProfitableIncrement(const SCEV *OperExpr,
2842 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement() argument
2853 if (isa<SCEVConstant>(SE.getMinusSCEV(OperExpr, HeadExpr))) in isProfitableIncrement()
2955 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction() local
2956 const SCEV *const OperExprBase = getExprBase(OperExpr); in ChainInstruction()
2982 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); in ChainInstruction()
2986 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) { in ChainInstruction()
3000 LastIncExpr = OperExpr; in ChainInstruction()