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,
349 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr,
354 Value* Val = B.CreateGEP(BasePtr, Indices, Name);
362 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr,
366 Value *Val = B.CreateGEP(BasePtr, Indices, Name);
401 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, StackEntry,
408 Value *SlotPtr = CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root");
424 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry,
426 Instruction *NewHeadVal = CreateGEP(Context, AtEntry,
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 113 milliseconds