Home | History | Annotate | Download | only in Support

Lines Matching refs:clearBit

593 void APInt::clearBit(unsigned bitPosition) {
607 if ((*this)[bitPosition]) clearBit(bitPosition);