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

/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp61 return VBI->getBitNum();
H A DFixedLenDecoderEmitter.cpp1982 Offset = BI ? BI->getBitNum() : 0;
1983 } else if (BI && BI->getBitNum() != Offset + Width) {
1987 Offset = BI->getBitNum();
/external/llvm/lib/TableGen/
H A DRecord.cpp531 Init *Bit = CachedInit->getBit(CurBit->getBitNum());
549 Init *Bit = CurBitVar->getBit(CurBit->getBitNum());
1414 return I->getBit(getBitNum());
/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 1365 milliseconds