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 67 static GetElementPtrInst *CreateGEP(LLVMContext &Context,
70 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/IR/
IRBuilder.h     [all...]

Completed in 48 milliseconds