Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_UINT

1149   case ISD::FP_TO_UINT:         return visitFP_TO_UINT(N);
6472 // fold (fp_to_uint c1fp) -> c1
6474 return DAG.getNode(ISD::FP_TO_UINT, N->getDebugLoc(), VT, N0);