Home
last modified time | relevance | path

Searched refs:WordIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp34 for (unsigned WordIndex = 0; WordIndex < 4; ++WordIndex) { in convertCharsToWord() local
35 unsigned StrIndex = i + WordIndex; in convertCharsToWord()
40 Word |= (CharToAdd << (WordIndex * 8)); in convertCharsToWord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h772 int next_unset_in_word(int WordIndex, BitWord Word) const { in next_unset_in_word() argument
773 unsigned Result = WordIndex * BITWORD_SIZE + llvm::countr_one(Word); in next_unset_in_word()