Searched defs:CreateTempAlloca (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExpr.cpp46 /// CreateTempAlloca - This creates a alloca and inserts it into the entry
48 llvm::AllocaInst *CodeGenFunction::CreateTempAlloca(llvm::Type *Ty, function in class:CodeGenFunction
64 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertType(Ty), Name);
73 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), Name);

Completed in 21 milliseconds