Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp388 static Cursor maybeLexConstantPoolItem(Cursor C, MIToken &Token) { in maybeLexConstantPoolItem() function
738 if (Cursor R = maybeLexConstantPoolItem(C, Token)) in lexMIToken()