reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
622 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) { 622 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) { 623 if (Inst.first & (1ULL << bitIndex)) 624 BitValueArray[StartBit + bitIndex] = BIT_TRUE; 626 BitValueArray[StartBit + bitIndex] = BIT_FALSE;