Home | History | Annotate | Download | only in IR

Lines Matching refs:DstElemTy

1740   Type *DstElemTy = DstScalarTy->getElementType();
1741 if (SrcScalarTy->getElementType() != DstElemTy) {
1742 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace());