OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whichWord
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
120
static unsigned
whichWord
(unsigned bitPosition) {
164
return isSingleWord() ? U.VAL : U.pVal[
whichWord
(bitPosition)];
1448
U.pVal[
whichWord
(BitPosition)] |= Mask;
1531
U.pVal[
whichWord
(BitPosition)] &= Mask;
1613
return numActiveBits ?
whichWord
(numActiveBits - 1) + 1 : 1;
/src/external/apache2/llvm/dist/llvm/lib/Support/
APInt.cpp
304
unsigned loWord =
whichWord
(loBit);
305
unsigned hiWord =
whichWord
(hiBit);
364
unsigned loWord =
whichWord
(bitPosition);
365
unsigned hi1Word =
whichWord
(bitPosition + subBitWidth - 1);
409
unsigned loWord =
whichWord
(bitPosition);
410
unsigned hiWord =
whichWord
(bitPosition + numBits - 1);
435
unsigned loWord =
whichWord
(bitPosition);
436
unsigned hiWord =
whichWord
(bitPosition + numBits - 1);
475
unsigned loWord =
whichWord
(bitPosition);
476
unsigned hiWord =
whichWord
(bitPosition + numBits - 1)
[
all
...]
Completed in 16 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026