Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DestType

604     llvm::Type *destType = ConvertType(E->getType());
619 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
637 return llvm::ConstantExpr::getAddrSpaceCast(C, destType);
1021 QualType DestType,
1027 if (DestType->isReferenceType())
1034 C = EmitConstantValue(Result.Val, DestType, CGF);
1046 QualType DestType,
1052 llvm::Type *DestTy = getTypes().ConvertTypeForMem(DestType);
1155 llvm::Type *ResultType = getTypes().ConvertType(DestType);
1167 return ConstStructBuilder::BuildStruct(*this, CGF, Value, DestType);
1169 const ArrayType *CAT = Context.getAsArrayType(DestType);
1213 return getCXXABI().EmitMemberPointer(Value, DestType);
1220 QualType DestType,
1222 llvm::Constant *C = EmitConstantValue(Value, DestType, CGF);
1224 llvm::Type *BoolTy = getTypes().ConvertTypeForMem(DestType);