Searched refs:implType (Results 1 – 1 of 1) sorted by relevance
1437 mlir::FunctionType implType = impl.typeGenerator(builder.getContext()); in searchFunctionInLibrary() local1438 if (funcType == implType) in searchFunctionInLibrary()1441 FunctionDistance distance(funcType, implType); in searchFunctionInLibrary()1473 auto implType = impl.typeGenerator(builder.getContext()); in searchMathOperation() local1474 if (funcType == implType) in searchMathOperation()1477 FunctionDistance distance(funcType, implType); in searchMathOperation()