Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp826 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local
828 if (ExtendAfterOp) { in parseLoopStructure()
833 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
834 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1146 const SCEV *ExtendAfterOp = in IsIncrementNSW() local
1148 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()
1160 const SCEV *ExtendAfterOp = in IsIncrementNUW() local
1162 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()