Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h543 OverflowResult unsignedAddMayOverflow(const ConstantRange &Other) const;
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1670 ConstantRange::OverflowResult ConstantRange::unsignedAddMayOverflow( in unsignedAddMayOverflow() function in ConstantRange
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5020 return mapOverflowResult(LHSRange.unsignedAddMayOverflow(RHSRange)); in computeOverflowForUnsignedAdd()