Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Alloc

790         llvm::AllocaInst *Alloc = CreateTempAlloca(LTy);
791 Alloc->setName(D.getNameAsString());
797 Alloc->setAlignment(allocaAlignment.getQuantity());
798 DeclPtr = Alloc;