Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h598 unsignedSubMayOverflow(const ConstantRange &Other) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp2187 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp8144 switch (KBLHS.unsignedSubMayOverflow(KBRHS)) { in matchSuboCarryOut()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7238 return mapOverflowResult(LHSRange.unsignedSubMayOverflow(RHSRange)); in computeOverflowForUnsignedSub()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4571 return mapOverflowResult(N0Range.unsignedSubMayOverflow(N1Range)); in computeOverflowForUnsignedSub()