Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_UINT

97   case ISD::FP_TO_UINT:  Res = PromoteIntRes_FP_TO_XINT(N); break;
354 // If we're promoting a UINT to a larger size and the larger FP_TO_UINT is
358 if (N->getOpcode() == ISD::FP_TO_UINT &&
359 !TLI.isOperationLegal(ISD::FP_TO_UINT, NVT) &&
368 return DAG.getNode(N->getOpcode() == ISD::FP_TO_UINT ?
1105 case ISD::FP_TO_UINT: ExpandIntRes_FP_TO_UINT(N, Lo, Hi); break;