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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1484 bool isProfitableIncrement(const SCEV *OperExpr,
2367 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, argument
2378 if (isa<SCEVConstant>(SE.getMinusSCEV(OperExpr, HeadExpr)))
2478 const SCEV *const OperExpr = SE.getSCEV(NextIV); local
2479 const SCEV *const OperExprBase = getExprBase(OperExpr);
2505 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr);
2509 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) {
2523 LastIncExpr = OperExpr;

Completed in 1451 milliseconds