Home
last modified time | relevance | path

Searched refs:ExtendAfterOp (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp756 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local
760 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
768 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local
772 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp910 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local
912 if (ExtendAfterOp) { in parseLoopStructure()
917 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()
918 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
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()