Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h508 OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1618 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow() function in ConstantRange
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4853 return mapOverflowResult(LHSRange.unsignedSubMayOverflow(RHSRange)); in computeOverflowForUnsignedSub()