Home
last modified time | relevance | path

Searched refs:countMaxPopulation (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DKnownBits.h191 unsigned countMaxPopulation() const { in countMaxPopulation() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1377 unsigned MaxCount = Known.countMaxPopulation(); in foldCtpop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2665 unsigned PossibleOnes = Known2.countMaxPopulation(); in computeKnownBits()
3136 return (Known.countMaxPopulation() == 1) && (Known.countMinPopulation() == 1); in isKnownToBeAPowerOfTwo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp1491 unsigned BitsPossiblySet = Known2.countMaxPopulation(); in computeKnownBitsFromOperator()