Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp385 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local
389 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
397 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local
401 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp725 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local
727 if (ExtendAfterOp) { in parseLoopStructure()
732 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
733 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1047 const SCEV *ExtendAfterOp = in IsIncrementNSW() local
1049 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()
1061 const SCEV *ExtendAfterOp = in IsIncrementNUW() local
1063 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()