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 58 while (Cur->getValPtrInt() != 1)
61 assert(Cur->getValPtrInt() == 1 &&
71 unsigned IsFirst = this->getValPtrInt();
  /external/llvm/include/llvm/Support/
ValueHandle.h 59 // pair. The 'setValPtrInt' and 'getValPtrInt' methods below give them this
105 unsigned getValPtrInt() const { return VP.getInt(); }

Completed in 34 milliseconds