Searched refs:TagAllocation (Results 1 – 1 of 1) sorted by relevance
1850 llvm::AllocaInst *TagAllocation = CreateTempAlloca(Ty, TagName); in EmitDeleteCall() local1851 TagAllocation->setAlignment(Align.getAsAlign()); in EmitDeleteCall()1852 DeleteArgs.add(RValue::getAggregate(Address(TagAllocation, Ty, Align)), in EmitDeleteCall()1854 TagAlloca = TagAllocation; in EmitDeleteCall()