Searched refs:computeOverflowForUnsignedAdd (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 483 computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() function 486 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, in computeOverflowForUnsignedAdd()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 639 LLVM_ABI OverflowResult computeOverflowForUnsignedAdd(
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 323 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd()
|
| H A D | InstCombineCompares.cpp | 6473 return computeOverflowForUnsignedAdd(LHS, RHS, CxtI); in computeOverflow()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2108 LLVM_ABI OverflowKind computeOverflowForUnsignedAdd(SDValue N0, 2115 : computeOverflowForUnsignedAdd(N0, N1);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 2669 if (computeOverflowForUnsignedAdd(InvariantOp, InvariantRHS, SQ) != in hoistSub()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 7140 llvm::computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 4521 SelectionDAG::computeOverflowForUnsignedAdd(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedAdd() function in SelectionDAG
|
| H A D | DAGCombiner.cpp | 3407 if (DAG.computeOverflowForUnsignedAdd(N0, N1) == SelectionDAG::OFK_Never) in visitADDC() 3499 if (DAG.computeOverflowForUnsignedAdd(Y, One) == SelectionDAG::OFK_Never) in visitUADDOLike()
|