Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.h277 RecTy *ParseOperatorType();
H A DTGParser.cpp963 Type = ParseOperatorType(); in ParseOperation()
1005 Type = ParseOperatorType(); in ParseOperation()
1096 RecTy *Type = ParseOperatorType(); in ParseOperation()
1121 RecTy *Type = ParseOperatorType(); in ParseOperation()
1746 RecTy *TGParser::ParseOperatorType() { in ParseOperatorType() function in TGParser