Searched refs:allocaTy (Results 1 – 1 of 1) sorted by relevance
1554 llvm::Type *allocaTy; in EmitAutoVarAlloca() local1557 allocaTy = byrefInfo.Type; in EmitAutoVarAlloca()1560 allocaTy = ConvertTypeForMem(Ty); in EmitAutoVarAlloca()1567 address = CreateTempAlloca(allocaTy, allocaAlignment, D.getName(), in EmitAutoVarAlloca()1594 llvm::TypeSize Size = CGM.getDataLayout().getTypeAllocSize(allocaTy); in EmitAutoVarAlloca()