Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExtOpc

989     unsigned ExtOpc =
991 return DAG.getNode(ExtOpc, dl, PVT, Op);
5783 unsigned ExtOpc,
5797 if (ExtOpc != ISD::ANY_EXTEND && User->getOpcode() == ISD::SETCC) {
5799 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC))