Searched refs:symTy (Results 1 – 1 of 1) sorted by relevance
1322 mlir::Type symTy; in verifySymbolUses() local1324 symTy = g.getSymType(); in verifySymbolUses()1328 symTy = f.getFunctionType(); in verifySymbolUses()1334 if (!resultType || symTy != resultType.getPointee()) in verifySymbolUses()1336 << resultType.getPointee() << "' does not match type " << symTy in verifySymbolUses()