Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp46 static constexpr const char *kIsValueError = "mlirAsyncRuntimeIsValueError"; variable
221 addFuncDecl(kIsValueError, AsyncAPI::isValueErrorFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
680 .Case<ValueType>([](Type) { return kIsValueError; }); in matchAndRewrite()