Lines Matching defs:CreateGEP
79 static GetElementPtrInst *CreateGEP(LLVMContext &Context, IRBuilder<> &B,
82 static GetElementPtrInst *CreateGEP(LLVMContext &Context, IRBuilder<> &B,
302 ShadowStackGCLoweringImpl::CreateGEP(LLVMContext &Context, IRBuilder<> &B,
308 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
315 GetElementPtrInst *ShadowStackGCLoweringImpl::CreateGEP(LLVMContext &Context,
322 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
363 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
370 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
388 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
390 Instruction *NewHeadVal = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
401 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0,