Searched refs:GoodBits (Results 1 – 1 of 1) sorted by relevance
4905 uint64_t GoodBits = Start.getValueType().getSizeInBits() - StartVal; in tryBFE() local4906 if (NumBits > GoodBits) { in tryBFE()