Home
last modified time | relevance | path

Searched defs: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
/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()