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

  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 55 static GetElementPtrInst *CreateGEP(LLVMContext &Context, IRBuilder<> &B,
58 static GetElementPtrInst *CreateGEP(LLVMContext &Context, IRBuilder<> &B,
349 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context,
357 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
364 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context,
369 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
410 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
417 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
435 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
437 Instruction *NewHeadVal = CreateGEP(Context, AtEntry, ConcreteStackEntryTy
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 38 milliseconds