Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp129 BIT_FALSE, // '0' enumerator
135 return (V == BIT_TRUE || V == BIT_FALSE); in ValueSet()
141 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1); in Value()
145 return bit->getValue() ? BIT_TRUE : BIT_FALSE; in bitFromBits()
157 case BIT_FALSE: in dumpBits()
572 BitValueArray[StartBit + bitIndex] = BIT_FALSE; in recurse()
930 case BIT_FALSE: in dumpFilterArray()
1224 case BIT_FALSE: in emitSoftFailTableEntry()
1429 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor()