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.h560 OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1909 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6450 return mapOverflowResult(LHSRange.unsignedSubMayOverflow(RHSRange)); in computeOverflowForUnsignedSub()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4124 return mapOverflowResult(N0Range.unsignedSubMayOverflow(N1Range)); in computeOverflowForUnsignedSub()