Searched defs:getBitNum (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h549 /// getBitNum - This method is used to retrieve the bit number of a bit
551 virtual unsigned getBitNum() const { return 0; } function in class:llvm::Init
1119 unsigned getBitNum() const override { return Bit; }

Completed in 568 milliseconds