Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGLexer.h107 int64_t getCurIntVal() const { in getCurIntVal() function
DTGParser.cpp568 int64_t Start = Lex.getCurIntVal(); in ParseRangePiece()
583 End = Lex.getCurIntVal(); in ParseRangePiece()
586 End = -Lex.getCurIntVal(); in ParseRangePiece()
700 uint64_t Val = Lex.getCurIntVal(); in ParseType()
1174 case tgtok::IntVal: R = IntInit::get(Lex.getCurIntVal()); Lex.Lex(); break; in ParseSimpleValue()