Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h123 int64_t getCurIntVal() const { in getCurIntVal() function
H A DTGParser.cpp729 End = -Lex.getCurIntVal(); in ParseRangePiece()
844 uint64_t Val = Lex.getCurIntVal(); in ParseType()
2192 R = IntInit::get(Records, Lex.getCurIntVal()); in ParseSimpleValue()