Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:srcTy

1496     Type *srcTy = V->getType();
1497 if (dstTy->isIntegerTy() && srcTy->isIntegerTy())
1499 if (dstTy->isVectorTy() && srcTy->isVectorTy() &&
1500 dstTy->getVectorNumElements() == srcTy->getVectorNumElements())
1502 size_t srcSizeInBits = VectorOrPrimitiveTypeSizeInBits(srcTy);