Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_UINT

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