Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DFastISelEmitter.cpp89 enum { OK_Reg, OK_FP, OK_Imm, OK_Invalid = -1 }; enumerator
93 OpKind() : Repr(OK_Invalid) {} in OpKind()