Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h602 signedSubMayOverflow(const ConstantRange &Other) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp2203 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp8119 switch (KBLHS.signedSubMayOverflow(KBRHS)) { in matchSuboCarryOut()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7266 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4558 return mapOverflowResult(N0Range.signedSubMayOverflow(N1Range)); in computeOverflowForSignedSub()