Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExtOpc

855     unsigned ExtOpc =
857 return DAG.getNode(ExtOpc, dl, PVT, Op);
4858 unsigned ExtOpc,
4872 if (ExtOpc != ISD::ANY_EXTEND && User->getOpcode() == ISD::SETCC) {
4874 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC))