Home | History | Annotate | Download | only in Support

Lines Matching defs:clearBit

562 void APInt::clearBit(unsigned bitPosition) {
576 if ((*this)[bitPosition]) clearBit(bitPosition);