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

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

Completed in 3356 milliseconds