Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExtOpc

982     unsigned ExtOpc =
984 return DAG.getNode(ExtOpc, dl, PVT, Op);
5838 unsigned ExtOpc,
5852 if (ExtOpc != ISD::ANY_EXTEND && User->getOpcode() == ISD::SETCC) {
5854 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC))