Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp205 static bool ValueNotSet(bit_value_t V) { return (V == BIT_UNSET); } in ValueNotSet() function
208 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1); in Value()