Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp765 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local
769 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
777 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local
781 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp831 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local
833 if (ExtendAfterOp) { in parseLoopStructure()
838 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
839 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1117 const SCEV *ExtendAfterOp = in IsIncrementNSW() local
1119 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()
1131 const SCEV *ExtendAfterOp = in IsIncrementNUW() local
1133 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()