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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1262       N0 = SExtPromoteOperand(N0, PVT);
 1262       N0 = SExtPromoteOperand(N0, PVT);
 1264       N0 = ZExtPromoteOperand(N0, PVT);
 1264       N0 = ZExtPromoteOperand(N0, PVT);
 1266       N0 = PromoteOperand(N0, PVT, Replace);
 1266       N0 = PromoteOperand(N0, PVT, Replace);
 1268     if (!N0.getNode())
 1273         DAG.getNode(ISD::TRUNCATE, DL, VT, DAG.getNode(Opc, DL, PVT, N0, N1));
 1276       ReplaceLoadWithPromotedLoad(Op.getOperand(0).getNode(), N0.getNode());