Home
last modified time | relevance | path

Searched refs:flipBit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1560 void flipBit(unsigned bitPosition);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp339 void APInt::flipBit(unsigned bitPosition) { in flipBit() function in APInt