Searched defs:computeOverflowForSignedAdd (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/InstCombine/ | ||
H A D | InstCombiner.h | 485 computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, computeOverflowForSignedAdd() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ValueTracking.cpp | 6867 computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, computeOverflowForSignedAdd() function |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 4234 SelectionDAG::computeOverflowForSignedAdd(SDValue N0, SDValue N1) const { computeOverflowForSignedAdd() function in SelectionDAG |