Home
last modified time | relevance | path

Searched refs:XSHL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h123 XSHL, enumerator
H A DTGLexer.cpp584 .Case("shl", tgtok::XSHL) in LexExclaim()
H A DTGParser.cpp1435 case tgtok::XSHL: in ParseOperation()
1467 case tgtok::XSHL: Code = BinOpInit::SHL; break; in ParseOperation()
1517 case tgtok::XSHL: in ParseOperation()