Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp613 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse() local
618 BitValueArray[StartBit + bitIndex] = BIT_UNSET; in recurse()
624 VariableInstructions, Owner->Operands, BitValueArray, *Owner))); in recurse()
640 BitValueArray[StartBit + bitIndex] = BIT_TRUE; in recurse()
642 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
650 Owner->Operands, BitValueArray, *Owner))); in recurse()