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

/external/llvm/include/llvm/IR/
H A DIRBuilder.h1036 Value *CreateInBoundsGEP(Value *Ptr, ArrayRef<Value *> IdxList, function in class:llvm::IRBuilder
1038 return CreateInBoundsGEP(nullptr, Ptr, IdxList, Name);
1040 Value *CreateInBoundsGEP(Type *Ty, Value *Ptr, ArrayRef<Value *> IdxList, function in class:llvm::IRBuilder
1063 Value *CreateInBoundsGEP(Type *Ty, Value *Ptr, Value *Idx, function in class:llvm::IRBuilder
1168 return CreateInBoundsGEP(gv->getValueType(), gv, Args, Name);

Completed in 148 milliseconds