Lines Matching refs:InputBits
452 // the numbers from 0 to \p InputBits that should represent cttz results.
454 uint64_t Shift, uint64_t InputBits) {
456 if (Length < InputBits || Length > InputBits * 2)
459 APInt Mask = APInt::getBitsSetFrom(InputBits, Shift);
464 if (Element >= InputBits)
470 // number of potential right answers which is \p InputBits actually.
475 return Matched == InputBits;
575 unsigned InputBits = X1->getType()->getScalarSizeInBits();
576 if (InputBits != 32 && InputBits != 64)
580 if (InputBits - Log2_32(InputBits) != ShiftConst &&
581 InputBits - Log2_32(InputBits) - 1 != ShiftConst)
584 if (!isCTTZTable(*ConstData, MulConst, ShiftConst, InputBits))
588 bool DefinedForZero = ZeroTableElem == InputBits;
599 // If the value in elem 0 isn't the same as InputBits, we still want to