Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAG.h1745 OverflowKind computeOverflowKind(SDValue N0, SDValue N1) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2581 if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never) in visitADDSAT()
2749 if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never) in visitADDC()
2823 if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never) in visitADDO()
2855 if (DAG.computeOverflowKind(Y, One) == SelectionDAG::OFK_Never) in visitUADDOLike()
DSelectionDAG.cpp3586 SelectionDAG::OverflowKind SelectionDAG::computeOverflowKind(SDValue N0, in computeOverflowKind() function in SelectionDAG