Home
last modified time | relevance | path

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

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