Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_UINT

2637 /// legal for the target, and that there is a legal FP_TO_UINT or FP_TO_SINT
2661 if (!isSigned && TLI.isOperationLegalOrCustom(ISD::FP_TO_UINT, NewOutTy)) {
2662 OpToUse = ISD::FP_TO_UINT;
3215 case ISD::FP_TO_UINT: {
4184 case ISD::FP_TO_UINT: