Searched refs:computeOverflowForUnsignedSub (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ ! |
| H A D | InstCombiner.h | 492 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 D | ValueTracking.h | 923 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, const Value *RHS,
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ ! |
| H A D | InstCombineInternal.h | 340 return computeOverflowForUnsignedSub(LHS, RHS, &CxtI) == in willNotOverflowUnsignedSub()
|
| H A D | InstCombineCompares.cpp | 6073 return computeOverflowForUnsignedSub(LHS, RHS, CxtI); in computeOverflow()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ ! |
| H A D | SelectionDAG.h | 1989 OverflowKind computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const; 1995 : computeOverflowForUnsignedSub(N0, N1);
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ ! |
| H A D | ValueTracking.cpp | 7094 OverflowResult llvm::computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function in llvm
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ ! |
| H A D | SelectionDAG.cpp | 4291 SelectionDAG::computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedSub() function in SelectionDAG
|