Home
last modified time | relevance | path

Searched refs:OK_FP (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
107 K.Repr = OK_FP; in getFP()
119 bool isFP() const { return Repr == OK_FP; } in isFP()