Searched refs:DstVecTy (Results 1 – 2 of 2) sorted by relevance
1223 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local1224 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()1243 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local1244 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()1263 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local1264 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()1330 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local1332 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()1368 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local1370 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()[all …]
3167 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local3168 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()3188 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local3189 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()