HomeSort by relevance Sort by last modified time
    Searched defs:GetElementPtrInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Instructions.h 697 // 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 {
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 *Create(Value *Ptr, ArrayRef<Value *> IdxList
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 77 milliseconds