Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ !
H A DInstCombiner.h492 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function
495 return llvm::computeOverflowForUnsignedSub(LHS, RHS, in computeOverflowForUnsignedSub()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/ !
H A DValueTracking.h923 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, const Value *RHS,
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ !
H A DInstCombineInternal.h340 return computeOverflowForUnsignedSub(LHS, RHS, &CxtI) == in willNotOverflowUnsignedSub()
H A DInstCombineCompares.cpp6073 return computeOverflowForUnsignedSub(LHS, RHS, CxtI); in computeOverflow()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DSelectionDAG.h1989 OverflowKind computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const;
1995 : computeOverflowForUnsignedSub(N0, N1);
/src/contrib/llvm-project/llvm/lib/Analysis/ !
H A DValueTracking.cpp7094 OverflowResult llvm::computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function in llvm
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ !
H A DSelectionDAG.cpp4291 SelectionDAG::computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedSub() function in SelectionDAG