Home | History | Annotate | Download | only in AArch64

Lines Matching refs:UINT_TO_FP

249   setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom);
250 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Custom);
251 setOperationAction(ISD::UINT_TO_FP, MVT::i128, Custom);
2650 case ISD::UINT_TO_FP: return LowerINT_TO_FP(Op, DAG, false);