Searched defs:CreateGEP (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp67 static GetElementPtrInst *CreateGEP(LLVMContext &Context,
70 static GetElementPtrInst *CreateGEP(LLVMContext &Context,
350 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr, function in class:ShadowStackGC
355 Value* Val = B.CreateGEP(BasePtr, Indices, Name);
363 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr, function in class:ShadowStackGC
367 Value *Val = B.CreateGEP(BasePtr, Indices, Name);
402 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, StackEntry,
409 Value *SlotPtr = CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root");
425 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry,
427 Instruction *NewHeadVal = CreateGEP(Contex
[all...]
/external/llvm/include/llvm/IR/
H A DIRBuilder.h957 Value *CreateGEP(Value *Ptr, ArrayRef<Value *> IdxList, function in class:llvm::IRBuilder
983 Value *CreateGEP(Value *Ptr, Value *Idx, const Twine &Name = "") { function in class:llvm::IRBuilder

Completed in 1071 milliseconds