Searched refs:bitIndex (Results 1 – 1 of 1) sorted by relevance
701 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) in recurse() local702 BitValueArray[StartBit + bitIndex] = BitValue::BIT_UNSET; in recurse()723 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) in recurse() local724 BitValueArray[StartBit + bitIndex] = Inst.first & (1ULL << bitIndex) in recurse()1147 for (unsigned bitIndex = BitWidth; bitIndex > 0; bitIndex--) in dumpFilterArray() local1148 OS << Filter[bitIndex - 1]; in dumpFilterArray()