Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp825 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local
827 if (ExtendAfterOp) { in parseLoopStructure()
832 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
833 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1173 const SCEV *ExtendAfterOp = in IsIncrementNSW() local
1175 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()
1187 const SCEV *ExtendAfterOp = in IsIncrementNUW() local
1189 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()