OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countMinPopulation
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
KnownBits.h
269
unsigned
countMinPopulation
() const {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp
746
return (Known.countMaxPopulation() == 1) && (Known.
countMinPopulation
() == 1);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
582
unsigned MinCount = Known.
countMinPopulation
();
InstCombineCompares.cpp
1385
if (XKnown.countMaxPopulation() == 1 && YKnown.
countMinPopulation
() >= 2)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
3658
return (Known.countMaxPopulation() == 1) && (Known.
countMinPopulation
() == 1);
TargetLowering.cpp
3876
if (XKnown.countMaxPopulation() == 1 && YKnown.
countMinPopulation
() >= 2)
Completed in 49 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026