Searched refs:countMaxPopulation (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h280 unsigned countMaxPopulation() const { function in struct:llvm::KnownBits
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp457 Tmp.countMaxPopulation() != 1) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp536 unsigned BitsPossiblySet = Known2.countMaxPopulation();
H A DUtils.cpp1066 return (Known.countMaxPopulation() == 1) && (Known.countMinPopulation() == 1);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp700 unsigned MaxCount = Known.countMaxPopulation();
H A DInstCombineCompares.cpp1229 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2)
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1485 unsigned BitsPossiblySet = Known2.countMaxPopulation();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3556 unsigned PossibleOnes = Known2.countMaxPopulation();
H A DTargetLowering.cpp4821 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 605 milliseconds