Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp181 static mlir::LogicalResult verifyConstantForType(mlir::Type type, in verifyConstantForType() function
231 if (failed(verifyConstantForType(std::get<0>(it), std::get<1>(it), op))) in verifyConstantForType()
239 return verifyConstantForType(getResult().getType(), getValue(), *this); in verify()
243 return verifyConstantForType(getResult().getType(), getValue(), *this); in verify()