Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp526 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local
530 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
538 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local
542 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp696 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local
698 if (ExtendAfterOp) { in parseLoopStructure()
703 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
704 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1062 const SCEV *ExtendAfterOp = in IsIncrementNSW() local
1064 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()
1076 const SCEV *ExtendAfterOp = in IsIncrementNUW() local
1078 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()