Searched refs:allocaTy (Results 1 – 1 of 1) sorted by relevance
1030 llvm::Type *allocaTy; in EmitAutoVarAlloca() local1033 allocaTy = byrefInfo.Type; in EmitAutoVarAlloca()1036 allocaTy = ConvertTypeForMem(Ty); in EmitAutoVarAlloca()1043 address = CreateTempAlloca(allocaTy, allocaAlignment); in EmitAutoVarAlloca()1055 uint64_t size = CGM.getDataLayout().getTypeAllocSize(allocaTy); in EmitAutoVarAlloca()