Home
last modified time | relevance | path

Searched defs:computeOverflowForSignedAdd (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h485 computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, computeOverflowForSignedAdd() function
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6867 computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, computeOverflowForSignedAdd() function
7510 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, computeOverflowForSignedAdd() function in llvm
7517 llvm::computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, computeOverflowForSignedAdd() function in llvm
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4234 SelectionDAG::computeOverflowForSignedAdd(SDValue N0, SDValue N1) const { computeOverflowForSignedAdd() function in SelectionDAG