Home
last modified time | relevance | path

Searched refs:IRBUser (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp623 IRBuilder<> IRBUser(InsertBefore); in moveStaticAllocasToUnsafeStack() local
625 IRBUser.CreatePtrAdd(BasePointer, ConstantInt::get(Int32Ty, -Offset)); in moveStaticAllocasToUnsafeStack()
627 IRBUser.CreateAddrSpaceCast(Off, AI->getType(), Name); in moveStaticAllocasToUnsafeStack()