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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1109     return DAG.getExtLoad(ExtType, DL, PVT,
 1118     if (SDValue Op0 = SExtPromoteOperand(Op.getOperand(0), PVT))
 1119       return DAG.getNode(ISD::AssertSext, DL, PVT, Op0, Op.getOperand(1));
 1122     if (SDValue Op0 = ZExtPromoteOperand(Op.getOperand(0), PVT))
 1123       return DAG.getNode(ISD::AssertZext, DL, PVT, Op0, Op.getOperand(1));
 1128     return DAG.getNode(ExtOpc, DL, PVT, Op);
 1132   if (!TLI.isOperationLegal(ISD::ANY_EXTEND, PVT))
 1134   return DAG.getNode(ISD::ANY_EXTEND, DL, PVT, Op);