Home
last modified time | relevance | path

Searched refs:computeOverflowForUnsignedSub (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h529 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function
532 return llvm::computeOverflowForUnsignedSub(LHS, RHS, in computeOverflowForUnsignedSub()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h847 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, const Value *RHS,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h335 return computeOverflowForUnsignedSub(LHS, RHS, &CxtI) == in willNotOverflowUnsignedSub()
H A DInstCombineCompares.cpp5744 return computeOverflowForUnsignedSub(LHS, RHS, CxtI); in computeOverflow()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2008 OverflowKind computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const;
2014 : computeOverflowForUnsignedSub(N0, N1);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6417 OverflowResult llvm::computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4115 SelectionDAG::computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedSub() function in SelectionDAG