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

Declarations

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  343     SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1143   SDValue NewOp = PromoteOperand(Op, PVT, Replace);
 1158   SDValue NewOp = PromoteOperand(Op, PVT, Replace);
 1195     SDValue NN0 = PromoteOperand(N0, PVT, Replace0);
 1199     SDValue NN1 = PromoteOperand(N1, PVT, Replace1);
 1266       N0 = PromoteOperand(N0, PVT, Replace);