Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp302 auto *inferInterface = info->getInterface<InferTypeOpInterface>(); in inferOperationTypes() local
303 if (!inferInterface) { in inferOperationTypes()
311 if (succeeded(inferInterface->inferReturnTypes( in inferOperationTypes()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp1535 InferTypeOpInterface::Concept *inferInterface = in executeCreateOperation() local
1537 assert(inferInterface && in executeCreateOperation()
1541 if (failed(inferInterface->inferReturnTypes( in executeCreateOperation()