Searched refs:getOverflowLimitForStep (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 1041 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep() function 1116 const SCEV *OverflowLimit = getOverflowLimitForStep(Step, &Pred, SE); in getPreStartForSignExtend() 1262 const SCEV *OverflowLimit = getOverflowLimitForStep(Step, &Pred, this); in getSignExtendExpr()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1206 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep() function 1222 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep() function 1304 ExtendOpTraits<ExtendOpTy>::getOverflowLimitForStep(Step, &Pred, SE); in getPreStartForExtend() 1394 const SCEV *Limit = ExtendOpTraits<ExtendOpTy>::getOverflowLimitForStep( in proveNoWrapByVaryingStart()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1363 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep() function 1379 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep() function 1462 ExtendOpTraits<ExtendOpTy>::getOverflowLimitForStep(Step, &Pred, SE); in getPreStartForExtend() 1552 const SCEV *Limit = ExtendOpTraits<ExtendOpTy>::getOverflowLimitForStep( in proveNoWrapByVaryingStart()
|