reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
12325   SDValue N0 = N->getOperand(0);
12326   SDValue N1 = N->getOperand(1);
12327   SDValue N2 = N->getOperand(2);
12330   EVT VT = N->getValueType(0);
12331   SDLoc DL(N);
12335   const SDNodeFlags Flags = N->getFlags();
12336   bool UnsafeFPMath = Options.UnsafeFPMath || isContractable(N);
12362     return DAG.getNode(ISD::FADD, SDLoc(N), VT, N1, N2);
12364     return DAG.getNode(ISD::FADD, SDLoc(N), VT, N0, N2);
12369     return DAG.getNode(ISD::FMA, SDLoc(N), VT, N1, N0, N2);