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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp52 /// CreateTempAlloca - This creates a alloca and inserts it into the entry
54 llvm::AllocaInst *CodeGenFunction::CreateTempAlloca(llvm::Type *Ty, function in class:CodeGenFunction
70 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertType(Ty), Name);
79 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), Name);
2148 llvm::Value *Ptr = CreateTempAlloca(V->getType());

Completed in 41 milliseconds