Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_UINT

273   case ISD::FP_TO_UINT:
350 case ISD::FP_TO_UINT:
428 if (!isSigned && TLI.isOperationLegalOrCustom(ISD::FP_TO_UINT, NewVT)) {
429 NewOpc = ISD::FP_TO_UINT;