Searched refs:BIT_UNSET (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp123 // The set (BIT_TRUE, BIT_FALSE, BIT_UNSET) represents a ternary logic system
131 BIT_UNSET, // '?' enumerator in enum:__anon10826
139 return (V == BIT_UNSET);
149 return BIT_UNSET;
161 case BIT_UNSET:
387 Insn.push_back(BIT_UNSET);
559 // Conservatively marks each segment position as BIT_UNSET.
561 BitValueArray[StartBit + bitIndex] = BIT_UNSET;
931 if (Insn[StartBit + i] == BIT_UNSET)
950 case BIT_UNSET
[all...]

Completed in 114 milliseconds