Searched refs:computeOverflowForUnsignedSub (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 498 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function 501 return llvm::computeOverflowForUnsignedSub(LHS, RHS, in computeOverflowForUnsignedSub()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 648 LLVM_ABI OverflowResult computeOverflowForUnsignedSub(const Value *LHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 341 return computeOverflowForUnsignedSub(LHS, RHS, &CxtI) == in willNotOverflowUnsignedSub()
|
| H A D | InstCombineCompares.cpp | 6478 return computeOverflowForUnsignedSub(LHS, RHS, CxtI); in computeOverflow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 2592 computeOverflowForUnsignedSub(InvariantRHS, InvariantOp, SQ) != in hoistAdd() 2659 if (computeOverflowForUnsignedSub(InvariantOp, InvariantRHS, SQ) != in hoistSub()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2128 LLVM_ABI OverflowKind computeOverflowForUnsignedSub(SDValue N0, 2135 : computeOverflowForUnsignedSub(N0, N1);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 7208 OverflowResult llvm::computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 4562 SelectionDAG::computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedSub() function in SelectionDAG
|