Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1825 bool doesIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride, bool IsSigned,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp10415 bool ScalarEvolution::doesIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnGT() function in ScalarEvolution
10664 if (!Stride->isOne() && doesIVOverflowOnGT(RHS, Stride, IsSigned, NoWrap)) in howManyGreaterThans()