Searched refs:WordIndex (Results 1 – 2 of 2) sorted by relevance
34 for (unsigned WordIndex = 0; WordIndex < 4; ++WordIndex) { in convertCharsToWord() local35 unsigned StrIndex = i + WordIndex; in convertCharsToWord()40 Word |= (CharToAdd << (WordIndex * 8)); in convertCharsToWord()
772 int next_unset_in_word(int WordIndex, BitWord Word) const { in next_unset_in_word() argument773 unsigned Result = WordIndex * BITWORD_SIZE + llvm::countr_one(Word); in next_unset_in_word()