Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExtOpc

712     unsigned ExtOpc =
714 return DAG.getNode(ExtOpc, dl, PVT, Op);
3869 unsigned ExtOpc,
3883 if (ExtOpc != ISD::ANY_EXTEND && User->getOpcode() == ISD::SETCC) {
3885 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC))