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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
13217   SDValue N0 = N->getOperand(0);
13218   SDValue N1 = N->getOperand(1);
13219   EVT VT = N->getValueType(0);
13226     return DAG.getConstantFP(Op(C0, C1), SDLoc(N), VT);
13232     return DAG.getNode(N->getOpcode(), SDLoc(N), VT, N1, N0);
13232     return DAG.getNode(N->getOpcode(), SDLoc(N), VT, N1, N0);