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

  /external/llvm/lib/IR/
Metadata.cpp 59 while (Cur->getValPtrInt() != 1)
62 assert(Cur->getValPtrInt() == 1 &&
72 unsigned IsFirst = this->getValPtrInt();
  /external/llvm/include/llvm/IR/
ValueHandle.h 60 // pair. The 'setValPtrInt' and 'getValPtrInt' methods below give them this
106 unsigned getValPtrInt() const { return VP.getInt(); }

Completed in 138 milliseconds