Lines Matching refs:srcTy
1365 Type *srcTy = V->getType();1366 if (dstTy->isIntegerTy() && srcTy->isIntegerTy())1368 if (dstTy->isVectorTy() && srcTy->isVectorTy() &&1369 dstTy->getVectorNumElements() == srcTy->getVectorNumElements())1371 size_t srcSizeInBits = VectorOrPrimitiveTypeSizeInBits(srcTy);