Home | History | Annotate | Download | only in Support

Lines Matching refs:clearBit

592 void APInt::clearBit(unsigned bitPosition) {
606 if ((*this)[bitPosition]) clearBit(bitPosition);