Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp204 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local
206 if (ExtendAfterOp) { in parseLoopStructure()
211 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
212 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
H A DScalarEvolutionExpander.cpp911 const SCEV *ExtendAfterOp = in IsIncrementNSW() local
913 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()
925 const SCEV *ExtendAfterOp = in IsIncrementNUW() local
927 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()