HomeSort by: relevance | last modified time | path
    Searched refs:countMaxPopulation (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
KnownBits.h 274 unsigned countMaxPopulation() 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 583 unsigned MaxCount = Known.countMaxPopulation();
InstCombineCompares.cpp 1385 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2)
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 1561 unsigned BitsPossiblySet = Known2.countMaxPopulation();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 3184 unsigned PossibleOnes = Known2.countMaxPopulation();
3658 return (Known.countMaxPopulation() == 1) && (Known.countMinPopulation() == 1);
TargetLowering.cpp 3876 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2)

Completed in 53 milliseconds