Home | History | Annotate | Download | only in AArch64

Lines Matching refs:SINT_TO_FP

240   setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
241 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom);
242 setOperationAction(ISD::SINT_TO_FP, MVT::i128, Custom);
2322 case ISD::SINT_TO_FP: return LowerINT_TO_FP(Op, DAG, true);