Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_UINT

299   case ISD::FP_TO_UINT:
391 case ISD::FP_TO_UINT:
482 if (!isSigned && TLI.isOperationLegalOrCustom(ISD::FP_TO_UINT, NewVT)) {
483 NewOpc = ISD::FP_TO_UINT;