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.cpp2348 bool IsNegativeConst = (Signed && C.isNegative()); in willNotOverflow() local
2350 bool OverflowDown = IsSub ^ IsNegativeConst; in willNotOverflow()
2352 if (IsNegativeConst) { in willNotOverflow()