Searched refs:NumPackedZeroBits (Results 1 – 1 of 1) sorted by relevance
20484 unsigned NumPackedZeroBits = Subtarget.hasSSE41() ? NumPackedSignBits : 8; in matchTruncateWithPACK() local20491 if ((NumSrcEltBits - NumPackedZeroBits) <= Known.countMinLeadingZeros()) { in matchTruncateWithPACK()