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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1886 bool isProfitableIncrement(const SCEV *OperExpr,
2796 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, argument
2807 if (isa<SCEVConstant>(SE.getMinusSCEV(OperExpr, HeadExpr)))
2910 const SCEV *const OperExpr = SE.getSCEV(NextIV); local
2911 const SCEV *const OperExprBase = getExprBase(OperExpr);
2937 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr);
2941 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) {
2955 LastIncExpr = OperExpr;

Completed in 184 milliseconds