Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.h197 RecTy *ParseOperatorType();
H A DTGParser.cpp901 Type = ParseOperatorType(); in ParseOperation()
1002 RecTy *Type = ParseOperatorType(); in ParseOperation()
1581 RecTy *TGParser::ParseOperatorType() { in ParseOperatorType() function in TGParser