Searched refs:doesIVOverflowOnLT (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1651 bool doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1845 bool doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, bool IsSigned,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1990 bool doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, bool IsSigned,
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8577 bool ScalarEvolution::doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnLT() function in ScalarEvolution 8670 if (!Stride->isOne() && doesIVOverflowOnLT(RHS, Stride, IsSigned, NoWrap)) in howManyLessThans()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 10542 bool ScalarEvolution::doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnLT() function in ScalarEvolution 10719 doesIVOverflowOnLT(RHS, Stride, IsSigned, NoWrap)) in howManyLessThans()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 11000 bool ScalarEvolution::doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnLT() function in ScalarEvolution 11177 doesIVOverflowOnLT(RHS, Stride, IsSigned, NoWrap)) in howManyLessThans()
|