Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h546 OverflowResult signedAddMayOverflow(const ConstantRange &Other) const;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp81 if (L.signedAddMayOverflow(R) != in addOverflowNever()
H A DValueTracking.cpp5057 mapOverflowResult(LHSRange.signedAddMayOverflow(RHSRange)); in computeOverflowForSignedAdd()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1686 ConstantRange::OverflowResult ConstantRange::signedAddMayOverflow( in signedAddMayOverflow() function in ConstantRange