Home
last modified time | relevance | path

Searched refs:BitsPossiblySet (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp535 unsigned BitsPossiblySet = Known2.countMaxPopulation(); in computeKnownBitsImpl() local
536 unsigned LowBits = Log2_32(BitsPossiblySet)+1; in computeKnownBitsImpl()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp1648 unsigned BitsPossiblySet = Known2.countMaxPopulation(); in computeKnownBitsFromOperator() local
1649 unsigned LowBits = Log2_32(BitsPossiblySet)+1; in computeKnownBitsFromOperator()