Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1941 bool isProfitableIncrement(const SCEV *OperExpr,
2840 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement() argument
2851 if (isa<SCEVConstant>(SE.getMinusSCEV(OperExpr, HeadExpr))) in isProfitableIncrement()
2953 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction() local
2954 const SCEV *const OperExprBase = getExprBase(OperExpr); in ChainInstruction()
2980 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); in ChainInstruction()
2984 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) { in ChainInstruction()
2998 LastIncExpr = OperExpr; in ChainInstruction()