Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h216 unsigned countMaxPopulation() const { in countMaxPopulation() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1286 unsigned MaxCount = Known.countMaxPopulation(); in foldCtpop()
DInstCombineCompares.cpp1421 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2) in foldICmpWithZero()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3009 unsigned PossibleOnes = Known2.countMaxPopulation(); in computeKnownBits()
3493 return (Known.countMaxPopulation() == 1) && (Known.countMinPopulation() == 1); in isKnownToBeAPowerOfTwo()
DTargetLowering.cpp3546 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2) in SimplifySetCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp1596 unsigned BitsPossiblySet = Known2.countMaxPopulation(); in computeKnownBitsFromOperator()