Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGLexer.h98 int64_t getCurIntVal() const { in getCurIntVal() function
DTGParser.cpp469 int64_t Start = Lex.getCurIntVal(); in ParseRangePiece()
484 End = Lex.getCurIntVal(); in ParseRangePiece()
487 End = -Lex.getCurIntVal(); in ParseRangePiece()
601 uint64_t Val = Lex.getCurIntVal(); in ParseType()
1048 case tgtok::IntVal: R = IntInit::get(Lex.getCurIntVal()); Lex.Lex(); break; in ParseSimpleValue()
/external/llvm/lib/TableGen/
DTGLexer.h107 int64_t getCurIntVal() const { in getCurIntVal() function
DTGParser.cpp548 int64_t Start = Lex.getCurIntVal(); in ParseRangePiece()
563 End = Lex.getCurIntVal(); in ParseRangePiece()
566 End = -Lex.getCurIntVal(); in ParseRangePiece()
679 uint64_t Val = Lex.getCurIntVal(); in ParseType()
1143 case tgtok::IntVal: R = IntInit::get(Lex.getCurIntVal()); Lex.Lex(); break; in ParseSimpleValue()