Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Alloc

67   llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertType(Ty), Name);
70 Alloc->setAlignment(Align.getQuantity());
71 return Alloc;
76 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), Name);
79 Alloc->setAlignment(Align.getQuantity());
80 return Alloc;