Searched refs:canIVOverflowOnLT (Results 1 – 2 of 2) sorted by relevance
2188 bool canIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, bool IsSigned);
12668 bool ScalarEvolution::canIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, in canIVOverflowOnLT() function in ScalarEvolution12974 if (canIVOverflowOnLT(RHS, Stride, IsSigned) && !isUBOnWrap()) in howManyLessThans()