Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getNumBits

184   unsigned getNumBits() const { return Size; }
670 unsigned getNumBits() const { return Bits.size(); }
684 for (unsigned i = 0; i != getNumBits(); ++i)
689 for (unsigned i = 0; i != getNumBits(); ++i)
1107 ((BitsRecTy*)T->getType())->getNumBits() > B &&