Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDecoderEmitter.cpp165 BIT_FALSE, // '0' enumerator
171 return (V == BIT_TRUE || V == BIT_FALSE); in ValueSet()
179 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1); in Value()
184 return bit->getValue() ? BIT_TRUE : BIT_FALSE; in bitFromBits()
197 case BIT_FALSE: in dumpBits()
640 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
1052 case BIT_FALSE: in dumpFilterArray()
1354 case BIT_FALSE: in emitSoftFailTableEntry()
1578 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor()