Searched refs:countMaxSignificantBits (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h260 unsigned countMaxSignificantBits() const { function in struct:llvm::KnownBits
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5625 unsigned LHSValBits = LHSKnown.countMaxSignificantBits();
5626 unsigned RHSValBits = RHSKnown.countMaxSignificantBits();

Completed in 183 milliseconds