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

/external/llvm/include/llvm/IR/
H A DInstructions.h697 // GetElementPtrInst Class
704 assert(Ty && "Invalid GetElementPtrInst indices for type!");
708 /// GetElementPtrInst - an instruction for type-safe pointer arithmetic to
711 class GetElementPtrInst : public Instruction { class in namespace:llvm
712 GetElementPtrInst(const GetElementPtrInst &GEPI);
719 inline GetElementPtrInst(Value *Ptr, ArrayRef<Value *> IdxList,
722 inline GetElementPtrInst(Value *Ptr, ArrayRef<Value *> IdxList,
726 virtual GetElementPtrInst *clone_impl() const;
728 static GetElementPtrInst *Creat
878 GetElementPtrInst::GetElementPtrInst(Value *Ptr, function in class:llvm::GetElementPtrInst
889 GetElementPtrInst::GetElementPtrInst(Value *Ptr, function in class:llvm::GetElementPtrInst
[all...]
/external/llvm/lib/IR/
H A DInstructions.cpp1329 // GetElementPtrInst Implementation
1332 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList,
1340 GetElementPtrInst::GetElementPtrInst(const GetElementPtrInst &GEPI) function in class:GetElementPtrInst
1342 OperandTraits<GetElementPtrInst>::op_end(this)
1384 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<Value *> IdxList) {
1388 Type *GetElementPtrInst::getIndexedType(Type *Ptr,
1393 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<uint64_t> IdxList) {
1400 bool GetElementPtrInst
[all...]

Completed in 106 milliseconds