OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBitNum
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
CodeEmitterGen.cpp
97
return VBI->
getBitNum
();
FixedLenDecoderEmitter.cpp
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
531
Init *Bit = CachedInit->getBit(CurBit->
getBitNum
());
549
Init *Bit = CurBitVar->getBit(CurBit->
getBitNum
());
[
all
...]
/external/llvm/include/llvm/TableGen/
Record.h
544
///
getBitNum
- This method is used to retrieve the bit number of a bit
546
virtual unsigned
getBitNum
() const { return 0; }
[
all
...]
Completed in 82 milliseconds