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

/external/llvm/include/llvm/IR/
H A DIRBuilder.h1123 Value *CreateInBoundsGEP(Value *Ptr, ArrayRef<Value *> IdxList, function in class:llvm::IRBuilder
1125 return CreateInBoundsGEP(nullptr, Ptr, IdxList, Name);
1127 Value *CreateInBoundsGEP(Type *Ty, Value *Ptr, ArrayRef<Value *> IdxList, function in class:llvm::IRBuilder
1150 Value *CreateInBoundsGEP(Type *Ty, Value *Ptr, Value *Idx, function in class:llvm::IRBuilder
1256 return CreateInBoundsGEP(gv->getValueType(), gv, Args, Name);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h792 Value *CreateInBoundsGEP(Value *Ptr, ArrayRef<Value *> IdxList, function in class:llvm::IRBuilder
811 Value *CreateInBoundsGEP(Value *Ptr, Value *Idx, const Twine &Name = "") { function in class:llvm::IRBuilder
909 return CreateInBoundsGEP(gv, Args, Name);

Completed in 5561 milliseconds