Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:DstTy

1025   Type* DstTy = cast<PointerType>(CI->getType())->getElementType();
1026 if (!SrcTy->isSized() || !DstTy->isSized())
1028 if (!DL || DL->getTypeAllocSize(SrcTy) != DL->getTypeAllocSize(DstTy))