Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp91 enum { OK_Reg, OK_FP, OK_Imm, OK_Invalid = -1 }; enumerator
95 OpKind() : Repr(OK_Invalid) {} in OpKind()