Return the bit at index Bit.
Synopsis
Declared in <llvm/TableGen/Record.h>
virtual
Init const*
getBit(unsigned int Bit) const override;
Return Value
The bit at index Bit.
Parameters
Name |
Description |
Bit |
The bit index. |
Created with MrDocs