Home | History | Annotate | Download | only in X86

Lines Matching refs:DstTy

8661   EVT DstTy = Op.getValueType();
8663 if (!IsSigned && !isIntegerTypeFTOL(DstTy)) {
8664 assert(DstTy == MVT::i32 && "Unexpected FP_TO_UINT");
8665 DstTy = MVT::i64;
8668 assert(DstTy.getSimpleVT() <= MVT::i64 &&
8669 DstTy.getSimpleVT() >= MVT::i16 &&
8673 if (DstTy == MVT::i32 &&
8677 DstTy == MVT::i64 &&
8684 unsigned MemSize = DstTy.getSizeInBits()/8;
8689 if (!IsSigned && isIntegerTypeFTOL(DstTy))
8692 switch (DstTy.getSimpleVT().SimpleTy) {
8705 assert(DstTy == MVT::i64 && "Invalid FP_TO_SINT to lower!");
8718 array_lengthof(Ops), DstTy, MMO);
8732 Ops, array_lengthof(Ops), DstTy,