Lines Matching refs:DstVecTy
1272 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1273 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()
1292 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1293 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()
1312 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1313 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()
1379 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1381 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()
1417 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1419 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()
1453 Type *DstVecTy = DstTy->getScalarType(); in executeUIToFPInst() local
1458 if (DstVecTy->getTypeID() == Type::FloatTyID) { in executeUIToFPInst()
1459 assert(DstVecTy->isFloatingPointTy() && "Invalid UIToFP instruction"); in executeUIToFPInst()
1485 Type *DstVecTy = DstTy->getScalarType(); in executeSIToFPInst() local
1490 if (DstVecTy->getTypeID() == Type::FloatTyID) { in executeSIToFPInst()
1491 assert(DstVecTy->isFloatingPointTy() && "Invalid SIToFP instruction"); in executeSIToFPInst()