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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp479 unsigned NLZ = DemandedMask.countLeadingZeros(); local
482 APInt DemandedFromOps(APInt::getLowBitsSet(BitWidth, BitWidth-NLZ));
487 if (NLZ > 0) {
735 unsigned NLZ = DemandedMask.countLeadingZeros(); local
739 // we need all the bits down to bit 8. Likewise, round NLZ. If we
741 NLZ &= ~7;
744 if (BitWidth-NLZ-NTZ == 8) {

Completed in 55 milliseconds