Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2346 bool IsNegativeConst = (Signed && C.isNegative()); in willNotOverflow() local
2348 bool OverflowDown = IsSub ^ IsNegativeConst; in willNotOverflow()
2350 if (IsNegativeConst) { in willNotOverflow()