Home
last modified time | relevance | path

Searched refs:llvmTy (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGDecl.cpp996 llvm::Type *llvmTy = ConvertTypeForMem(elementType); in EmitAutoVarAlloca() local
999 llvm::AllocaInst *vla = Builder.CreateAlloca(llvmTy, elementCount, "vla"); in EmitAutoVarAlloca()