Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolution.h2193 bool canIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride, bool IsSigned);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp12692 bool ScalarEvolution::canIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride, in canIVOverflowOnGT() function in ScalarEvolution
13290 if (canIVOverflowOnGT(RHS, Stride, IsSigned)) in howManyGreaterThans()