Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.h58 XCond, XEq, XIsA, XDag, XNe, XLe, XLt, XGe, XGt, XSetDagOp, XGetDagOp, enumerator
H A DTGLexer.cpp553 .Case("ge", tgtok::XGe) in LexExclaim()
H A DTGParser.cpp1159 case tgtok::XGe: in ParseOperation()
1187 case tgtok::XGe: Code = BinOpInit::GE; break; in ParseOperation()
1222 case tgtok::XGe: in ParseOperation()
2425 case tgtok::XGe: in ParseSimpleValue()