Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp181 static bool ValueNotSet(bit_value_t V) { in ValueNotSet() function
185 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1); in Value()
DFixedLenDecoderEmitter.cpp45 static bool ValueNotSet(bit_value_t V) { in ValueNotSet() function
49 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1); in Value()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp137 static bool ValueNotSet(bit_value_t V) { in ValueNotSet() function
141 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1); in Value()