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 const Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local1244 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()1263 const Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local1264 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()1330 const Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local1332 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()1368 const Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local1370 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()[all …]
2818 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local2819 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()2839 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local2840 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()