Searched refs:WordPos (Results 1 – 2 of 2) sorted by relevance
383 auto IsWordZero = [&](uint64_t WordPos) { in dumpTracebackTable() argument384 if (WordPos >= Size) in dumpTracebackTable()386 uint64_t LineLength = std::min(4 - WordPos % 4, Size - WordPos); in dumpTracebackTable()387 return std::all_of(Bytes.begin() + WordPos, in dumpTracebackTable()388 Bytes.begin() + WordPos + LineLength, in dumpTracebackTable()
152 unsigned WordPos = Curr / BITWORD_SIZE; in find_next() local154 BitWord Copy = Bits[WordPos]; in find_next()155 assert(WordPos <= BITWORDS_PER_ELEMENT in find_next()162 return WordPos * BITWORD_SIZE + llvm::countr_zero(Copy); in find_next()165 for (unsigned i = WordPos+1; i < BITWORDS_PER_ELEMENT; ++i) in find_next()