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

  /external/llvm/include/llvm/
Instructions.h 696 // GetElementPtrInst Class
703 assert(Ty && "Invalid GetElementPtrInst indices for type!");
707 /// GetElementPtrInst - an instruction for type-safe pointer arithmetic to
710 class GetElementPtrInst : public Instruction {
711 GetElementPtrInst(const GetElementPtrInst &GEPI);
718 inline GetElementPtrInst(Value *Ptr, ArrayRef<Value *> IdxList,
721 inline GetElementPtrInst(Value *Ptr, ArrayRef<Value *> IdxList,
725 virtual GetElementPtrInst *clone_impl() const;
727 static GetElementPtrInst *Create(Value *Ptr, ArrayRef<Value *> IdxList
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 120 milliseconds