HomeSort by relevance Sort by last modified time
    Searched defs:CreateGEP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 66 static GetElementPtrInst *CreateGEP(LLVMContext &Context,
69 static GetElementPtrInst *CreateGEP(LLVMContext &Context,
350 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr,
355 Value* Val = B.CreateGEP(BasePtr, Indices, Name);
363 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr,
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(Context, AtEntry,
    [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 779 Value *CreateGEP(Value *Ptr, ArrayRef<Value *> IdxList,
805 Value *CreateGEP(Value *Ptr, Value *Idx, const Twine &Name = "") {
    [all...]

Completed in 605 milliseconds