Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateMemTemp

1393   /// CreateMemTemp - Create a temporary memory object of the given type, with
1395 llvm::AllocaInst *CreateMemTemp(QualType T, const Twine &Name = "tmp");
1401 return AggValueSlot::forAddr(CreateMemTemp(T, Name), Alignment,