Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp585 unsigned BitsPossiblySet = Known2.countMaxPopulation(); in computeKnownBitsImpl() local
586 unsigned LowBits = llvm::bit_width(BitsPossiblySet); in computeKnownBitsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1849 unsigned BitsPossiblySet = Known2.countMaxPopulation(); in computeKnownBitsFromOperator() local
1850 unsigned LowBits = llvm::bit_width(BitsPossiblySet); in computeKnownBitsFromOperator()