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

Declarations

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  345     SDValue ZExtPromoteOperand(SDValue Op, EVT PVT);

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1122     if (SDValue Op0 = ZExtPromoteOperand(Op.getOperand(0), PVT))
 1264       N0 = ZExtPromoteOperand(N0, PVT);