Home | History | Annotate | Download | only in X86

Lines Matching defs:DstTy

8268   EVT DstTy = Op.getValueType();
8270 if (!IsSigned && !isIntegerTypeFTOL(DstTy)) {
8271 assert(DstTy == MVT::i32 && "Unexpected FP_TO_UINT");
8272 DstTy = MVT::i64;
8275 assert(DstTy.getSimpleVT() <= MVT::i64 &&
8276 DstTy.getSimpleVT() >= MVT::i16 &&
8280 if (DstTy == MVT::i32 &&
8284 DstTy == MVT::i64 &&
8291 unsigned MemSize = DstTy.getSizeInBits()/8;
8296 if (!IsSigned && isIntegerTypeFTOL(DstTy))
8299 switch (DstTy.getSimpleVT().SimpleTy) {
8312 assert(DstTy == MVT::i64 && "Invalid FP_TO_SINT to lower!");
8325 DstTy, MMO);
8339 Ops, 3, DstTy, MMO);