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