Searched refs:getValPtrInt (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DMetadata.cpp58 while (Cur->getValPtrInt() != 1)
61 assert(Cur->getValPtrInt() == 1 &&
71 unsigned IsFirst = this->getValPtrInt();
/external/llvm/include/llvm/Support/
H A DValueHandle.h59 // pair. The 'setValPtrInt' and 'getValPtrInt' methods below give them this
105 unsigned getValPtrInt() const { return VP.getInt(); } function in class:llvm::ValueHandleBase

Completed in 80 milliseconds