Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1437 mlir::FunctionType implType = impl.typeGenerator(builder.getContext()); in searchFunctionInLibrary() local
1438 if (funcType == implType) in searchFunctionInLibrary()
1441 FunctionDistance distance(funcType, implType); in searchFunctionInLibrary()
1473 auto implType = impl.typeGenerator(builder.getContext()); in searchMathOperation() local
1474 if (funcType == implType) in searchMathOperation()
1477 FunctionDistance distance(funcType, implType); in searchMathOperation()