Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h577 OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp2002 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7127 return mapOverflowResult(LHSRange.unsignedSubMayOverflow(RHSRange)); in computeOverflowForUnsignedSub()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4300 return mapOverflowResult(N0Range.unsignedSubMayOverflow(N1Range)); in computeOverflowForUnsignedSub()