Home
last modified time | relevance | path

Searched refs:computeOverflowKind (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1988 OverflowKind computeOverflowKind(SDValue N0, SDValue N1) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2748 if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never) in visitADDSAT()
2926 if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never) in visitADDC()
3000 if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never) in visitADDO()
3032 if (DAG.computeOverflowKind(Y, One) == SelectionDAG::OFK_Never) in visitUADDOLike()
H A DSelectionDAG.cpp3900 SelectionDAG::OverflowKind SelectionDAG::computeOverflowKind(SDValue N0, in computeOverflowKind() function in SelectionDAG