OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whichBit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
APInt.h
116
static unsigned
whichBit
(unsigned bitPosition) {
122
/// \returns a uint64_t with only bit at "
whichBit
(bitPosition)" set
127
return 1ULL <<
whichBit
(bitPosition);
[
all
...]
/external/llvm/lib/Support/
APInt.cpp
1072
unsigned bitsInWord =
whichBit
(BitWidth); // how many bits in last word?
[
all
...]
Completed in 25 milliseconds