Searched refs:IRBUser (Results 1 – 2 of 2) sorted by relevance
636 IRBuilder<> IRBUser(InsertBefore); in moveStaticAllocasToUnsafeStack() local637 Value *Off = IRBUser.CreateGEP(BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack()639 Value *Replacement = IRBUser.CreateBitCast(Off, AI->getType(), Name); in moveStaticAllocasToUnsafeStack()
608 IRBuilder<> IRBUser(InsertBefore); in moveStaticAllocasToUnsafeStack() local609 Value *Off = IRBUser.CreateGEP(BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack()611 Value *Replacement = IRBUser.CreateBitCast(Off, AI->getType(), Name); in moveStaticAllocasToUnsafeStack()