Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DestType

645     llvm::Type *destType = ConvertType(E->getType());
660 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
678 return llvm::ConstantExpr::getAddrSpaceCast(C, destType);
1218 QualType DestType,
1224 if (DestType->isReferenceType())
1231 C = EmitConstantValue(Result.Val, DestType, CGF);
1243 QualType DestType,
1246 if (auto *AT = DestType->getAs<AtomicType>()) {
1251 uint64_t OuterSize = Context.getTypeSize(DestType);
1268 llvm::Type *DestTy = getTypes().ConvertTypeForMem(DestType);
1374 llvm::Type *ResultType = getTypes().ConvertType(DestType);
1386 return ConstStructBuilder::BuildStruct(*this, CGF, Value, DestType);
1388 const ArrayType *CAT = Context.getAsArrayType(DestType);
1440 return getCXXABI().EmitMemberPointer(Value, DestType);
1447 QualType DestType,
1449 llvm::Constant *C = EmitConstantValue(Value, DestType, CGF);
1451 llvm::Type *BoolTy = getTypes().ConvertTypeForMem(DestType);