Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DestTy

1778                     QualType SrcTy, QualType DestTy,
1782 llvm::Type *DestLTy = CGF.ConvertType(DestTy);
1784 if (const PointerType *PTy = DestTy->getAs<PointerType>()) {
1809 if (const PointerType *DestPTy = DestTy->getAs<PointerType>()) {
1814 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType();
1842 if (DestTy->isReferenceType()) {
1857 QualType DestTy) {
1858 llvm::Type *DestLTy = CGF.ConvertType(DestTy);
1859 if (DestTy->isPointerType())
1872 QualType DestTy = DCE->getTypeAsWritten();
1875 return EmitDynamicCastToNull(*this, DestTy);
1897 Value = EmitDynamicCastCall(*this, Value, SrcTy, DestTy, CastEnd);