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

/external/llvm/include/llvm/IR/
H A DInstructions.h824 // GetElementPtrInst Class
831 assert(Ty && "Invalid GetElementPtrInst indices for type!");
835 /// GetElementPtrInst - an instruction for type-safe pointer arithmetic to
838 class GetElementPtrInst : public Instruction { class in namespace:llvm
844 GetElementPtrInst(const GetElementPtrInst &GEPI);
851 inline GetElementPtrInst(Type *PointeeType, Value *Ptr,
854 inline GetElementPtrInst(Type *PointeeType, Value *Ptr,
861 GetElementPtrInst *cloneImpl() const;
864 static GetElementPtrInst *Creat
1064 GetElementPtrInst::GetElementPtrInst(Type *PointeeType, Value *Ptr, function in class:llvm::GetElementPtrInst
1077 GetElementPtrInst::GetElementPtrInst(Type *PointeeType, Value *Ptr, function in class:llvm::GetElementPtrInst
[all...]

Completed in 202 milliseconds