Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_UINT

1159   case ISD::FP_TO_UINT:         return visitFP_TO_UINT(N);
6571 // fold (fp_to_uint c1fp) -> c1
6573 return DAG.getNode(ISD::FP_TO_UINT, SDLoc(N), VT, N0);