Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp400 std::string FirstRepr = primaryRepresentation( in emitLookupFunction() local
404 OS << " if ((" << Field.Name << " < " << FirstRepr << ") ||\n"; in emitLookupFunction()
408 OS << " size_t Idx = " << Index.Fields[0].Name << " - " << FirstRepr in emitLookupFunction()
422 std::string FirstRepr = primaryRepresentation( in emitLookupFunction() local
426 OS << " if ((" << Field.Name << " < " << FirstRepr << ") ||\n"; in emitLookupFunction()