Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:srcTy

1113     Type *srcTy = V->getType();
1114 if (dstTy->isIntegerTy() && srcTy->isIntegerTy())
1116 if (dstTy->isVectorTy() && srcTy->isVectorTy() &&
1117 dstTy->getVectorNumElements() == srcTy->getVectorNumElements())
1119 size_t srcSizeInBits = VectorOrPrimitiveTypeSizeInBits(srcTy);