Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.h123 int64_t getCurIntVal() const { in getCurIntVal() function
H A DTGParser.cpp728 End = -Lex.getCurIntVal(); in ParseRangePiece()
843 uint64_t Val = Lex.getCurIntVal(); in ParseType()
2153 R = IntInit::get(Records, Lex.getCurIntVal()); in ParseSimpleValue()