OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DemandedBitsLZ
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
2213
unsigned
DemandedBitsLZ
= DemandedBits.countLeadingZeros();
2214
APInt LoMask = APInt::getLowBitsSet(BitWidth, BitWidth -
DemandedBitsLZ
);
2256
APInt HighMask = APInt::getHighBitsSet(BitWidth,
DemandedBitsLZ
);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 83 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026