Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp2641 ast::Type typeExprType = typeExpr->getType(); in validateTypeConstraintExpr() local
2642 if (typeExprType != typeTy) { in validateTypeConstraintExpr()
2651 ast::Type typeExprType = typeExpr->getType(); in validateTypeRangeConstraintExpr() local
2652 if (typeExprType != typeRangeTy) { in validateTypeRangeConstraintExpr()