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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h744 static GetElementPtrInst *CreateInBounds(Value *Ptr, function in class:llvm::GetElementPtrInst
752 static GetElementPtrInst *CreateInBounds(Value *Ptr, function in class:llvm::GetElementPtrInst
/external/llvm/include/llvm/IR/
H A DInstructions.h888 static GetElementPtrInst *CreateInBounds(Value *Ptr, function in class:llvm::GetElementPtrInst
892 return CreateInBounds(nullptr, Ptr, IdxList, NameStr, InsertBefore);
895 CreateInBounds(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, function in class:llvm::GetElementPtrInst
903 static GetElementPtrInst *CreateInBounds(Value *Ptr, function in class:llvm::GetElementPtrInst
907 return CreateInBounds(nullptr, Ptr, IdxList, NameStr, InsertAtEnd);
909 static GetElementPtrInst *CreateInBounds(Type *PointeeType, Value *Ptr, function in class:llvm::GetElementPtrInst

Completed in 132 milliseconds