Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp697 std::vector<BitValue> BitValueArray(Owner.FilterBitValues); in recurse() local
702 BitValueArray[StartBit + bitIndex] = BitValue::BIT_UNSET; in recurse()
710 BitValueArray, Owner)); in recurse()
724 BitValueArray[StartBit + bitIndex] = Inst.first & (1ULL << bitIndex) in recurse()
733 Owner.Operands, BitValueArray, Owner)); in recurse()