Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp1674 Init *ExprUntyped = ParseValue(ParseRec); in ParseOperation() local
1677 if (!ExprUntyped) in ParseOperation()
1680 TypedInit *Expr = dyn_cast<TypedInit>(ExprUntyped); in ParseOperation()