Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp254 unsigned expectedNumArguments = kernelGPUFunction.getNumArguments(); in verifyOperationAttribute() local
255 if (expectedNumArguments != actualNumArguments) in verifyOperationAttribute()
258 << expectedNumArguments; in verifyOperationAttribute()
261 for (unsigned i = 0; i < expectedNumArguments; ++i) { in verifyOperationAttribute()