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

/external/llvm/include/llvm/IR/
H A DInstructions.h761 // GetElementPtrInst Class
768 assert(Ty && "Invalid GetElementPtrInst indices for type!");
772 /// GetElementPtrInst - an instruction for type-safe pointer arithmetic to
775 class GetElementPtrInst : public Instruction { class in namespace:llvm
776 GetElementPtrInst(const GetElementPtrInst &GEPI);
783 inline GetElementPtrInst(Value *Ptr, ArrayRef<Value *> IdxList,
786 inline GetElementPtrInst(Value *Ptr, ArrayRef<Value *> IdxList,
790 GetElementPtrInst *clone_impl() const override;
792 static GetElementPtrInst *Creat
942 GetElementPtrInst::GetElementPtrInst(Value *Ptr, function in class:llvm::GetElementPtrInst
953 GetElementPtrInst::GetElementPtrInst(Value *Ptr, function in class:llvm::GetElementPtrInst
[all...]
/external/llvm/lib/IR/
H A DInstructions.cpp1342 // GetElementPtrInst Implementation
1345 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList,
1353 GetElementPtrInst::GetElementPtrInst(const GetElementPtrInst &GEPI) function in class:GetElementPtrInst
1355 OperandTraits<GetElementPtrInst>::op_end(this)
1397 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<Value *> IdxList) {
1401 Type *GetElementPtrInst::getIndexedType(Type *Ptr,
1406 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<uint64_t> IdxList) {
1413 bool GetElementPtrInst
[all...]

Completed in 94 milliseconds