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

/external/llvm/lib/IR/
H A DMetadata.cpp59 while (Cur->getValPtrInt() != 1)
62 assert(Cur->getValPtrInt() == 1 &&
72 unsigned IsFirst = this->getValPtrInt();
/external/llvm/include/llvm/IR/
H A DValueHandle.h60 // pair. The 'setValPtrInt' and 'getValPtrInt' methods below give them this
106 unsigned getValPtrInt() const { return VP.getInt(); } function in class:llvm::ValueHandleBase

Completed in 117 milliseconds