Searched refs:DestElemTy (Results 1 – 2 of 2) sorted by relevance
1921 Type *DestElemTy = DestTy->getElementType(); in visitAddrSpaceCast() local1922 if (SrcTy->getElementType() != DestElemTy) { in visitAddrSpaceCast()1923 Type *MidTy = PointerType::get(DestElemTy, SrcTy->getAddressSpace()); in visitAddrSpaceCast()
5621 QualType DestElemTy = DestTy->getAs<ExtVectorType>()->getElementType(); in CheckExtVectorCast() local5623 CastKind CK = PrepareScalarCast(CastExprRes, DestElemTy); in CheckExtVectorCast()5626 CastExpr = ImpCastExprToType(CastExprRes.get(), DestElemTy, CK).get(); in CheckExtVectorCast()