Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:DstTy

778   Type* DstTy = cast<PointerType>(CI->getType())->getElementType();
779 if (!SrcTy->isSized() || !DstTy->isSized())
781 if (!TD || TD->getTypeAllocSize(SrcTy) != TD->getTypeAllocSize(DstTy))