OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whichBit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
128
static unsigned
whichBit
(unsigned bitPosition) {
134
/// \returns a uint64_t with only bit at "
whichBit
(bitPosition)" set
139
return 1ULL <<
whichBit
(bitPosition);
/src/external/apache2/llvm/dist/llvm/lib/Support/
APInt.cpp
308
uint64_t loMask = WORDTYPE_MAX <<
whichBit
(loBit);
311
unsigned hiShiftAmt =
whichBit
(hiBit);
363
unsigned loBit =
whichBit
(bitPosition);
408
unsigned loBit =
whichBit
(bitPosition);
434
unsigned loBit =
whichBit
(bitPosition);
474
unsigned loBit =
whichBit
(bitPosition);
Completed in 27 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026