Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getNumBits

123   unsigned getNumBits() const { return Size; }
501 unsigned getNumBits() const { return NumBits; }
507 for (unsigned i = 0; i != getNumBits(); ++i)
513 for (unsigned i = 0; i != getNumBits(); ++i)
968 cast<BitsRecTy>(T->getType())->getNumBits() > B)) &&