Lines Matching refs:DstVecTy
1223 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1224 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()
1243 const Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1244 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()
1263 const Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1264 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()
1330 const Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1332 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()
1368 const Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1370 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()
1404 const Type *DstVecTy = DstTy->getScalarType(); in executeUIToFPInst() local
1409 if (DstVecTy->getTypeID() == Type::FloatTyID) { in executeUIToFPInst()
1410 assert(DstVecTy->isFloatingPointTy() && "Invalid UIToFP instruction"); in executeUIToFPInst()
1436 const Type *DstVecTy = DstTy->getScalarType(); in executeSIToFPInst() local
1441 if (DstVecTy->getTypeID() == Type::FloatTyID) { in executeSIToFPInst()
1442 assert(DstVecTy->isFloatingPointTy() && "Invalid SIToFP instruction"); in executeSIToFPInst()