Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp1822 static LogicalResult verifyConstantType(spirv::ConstantOp op, Attribute value, in verifyConstantType() function
1872 if (failed(verifyConstantType(op, element, elemType))) in verifyConstantType()
1884 return verifyConstantType(*this, valueAttr(), getType()); in verify()