Searched refs:RHSMaxLeadingZeros (Results 1 – 3 of 3) sorted by relevance
379 unsigned RHSMaxLeadingZeros = RHS.countMaxLeadingZeros(); in udiv() local381 if (RHSMaxLeadingZeros != BitWidth) in udiv()382 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in udiv()
1118 unsigned RHSMaxLeadingZeros = Known2.countMaxLeadingZeros(); in computeKnownBitsFromOperator() local1119 if (RHSMaxLeadingZeros != BitWidth) in computeKnownBitsFromOperator()1120 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in computeKnownBitsFromOperator()
2815 unsigned RHSMaxLeadingZeros = Known2.countMaxLeadingZeros(); in computeKnownBits() local2816 if (RHSMaxLeadingZeros != BitWidth) in computeKnownBits()2817 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in computeKnownBits()