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

Declarations

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  344     SDValue SExtPromoteOperand(SDValue Op, EVT PVT);

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1118     if (SDValue Op0 = SExtPromoteOperand(Op.getOperand(0), PVT))
 1262       N0 = SExtPromoteOperand(N0, PVT);