Home
last modified time | relevance | path

Searched refs:canIVOverflowOnLT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2065 bool canIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, bool IsSigned);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp12278 bool ScalarEvolution::canIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, in canIVOverflowOnLT() function in ScalarEvolution
12586 if (canIVOverflowOnLT(RHS, Stride, IsSigned) && !isUBOnWrap()) in howManyLessThans()