Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h549 OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1716 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow() function in ConstantRange
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5122 return mapOverflowResult(LHSRange.unsignedSubMayOverflow(RHSRange)); in computeOverflowForUnsignedSub()