Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h230 int64_t getCurIntVal() const { in getCurIntVal() function
H A DTGParser.cpp856 auto i = -Lex.getCurIntVal(); in ParseSliceElement()
1005 End = -Lex.getCurIntVal(); in ParseRangePiece()
1126 uint64_t Val = Lex.getCurIntVal(); in ParseType()
2639 R = IntInit::get(Records, Lex.getCurIntVal()); in ParseSimpleValue()