Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_UINT

98   case ISD::FP_TO_UINT:  Res = PromoteIntRes_FP_TO_XINT(N); break;
356 // If we're promoting a UINT to a larger size and the larger FP_TO_UINT is
360 if (N->getOpcode() == ISD::FP_TO_UINT &&
361 !TLI.isOperationLegal(ISD::FP_TO_UINT, NVT) &&
370 return DAG.getNode(N->getOpcode() == ISD::FP_TO_UINT ?
1113 case ISD::FP_TO_UINT: ExpandIntRes_FP_TO_UINT(N, Lo, Hi); break;