Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp532 unsigned BitsPossiblySet = Known2.countMaxPopulation(); in computeKnownBitsImpl() local
533 unsigned LowBits = llvm::bit_width(BitsPossiblySet); in computeKnownBitsImpl()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp1655 unsigned BitsPossiblySet = Known2.countMaxPopulation(); in computeKnownBitsFromOperator() local
1656 unsigned LowBits = llvm::bit_width(BitsPossiblySet); in computeKnownBitsFromOperator()