Searched refs:XNe (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 58 XCond, XEq, XIsA, XDag, XNe, XLe, XLt, XGe, XGt, XSetDagOp, XGetDagOp, enumerator
|
| H A D | TGLexer.cpp | 554 .Case("ne", tgtok::XNe) in LexExclaim()
|
| H A D | TGParser.cpp | 1175 case tgtok::XNe: in ParseOperation() 1205 case tgtok::XNe: Code = BinOpInit::NE; break; in ParseOperation() 1242 case tgtok::XNe: in ParseOperation() 2466 case tgtok::XNe: in ParseSimpleValue()
|