Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Alloc

64   llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertType(Ty), Name);
67 Alloc->setAlignment(Align.getQuantity());
68 return Alloc;
73 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), Name);
76 Alloc->setAlignment(Align.getQuantity());
77 return Alloc;