Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExtOpc

1125     unsigned ExtOpc =
1127 return DAG.getNode(ExtOpc, DL, PVT, Op);
7964 unsigned ExtOpc,
7978 if (ExtOpc != ISD::ANY_EXTEND && User->getOpcode() == ISD::SETCC) {
7980 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC))
8291 ISD::NodeType ExtOpc) {
8302 DoXform = ExtendUsesToFormExtLoad(VT, N, N0, ExtOpc, SetCCs, TLI);
8312 Combiner.ExtendSetCCUses(SetCCs, N0, ExtLoad, ExtOpc);