Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp202 auto resVector = getRes().getType().cast<VectorType>(); in verify() local
205 ArrayRef<int64_t> resShape = resVector.getShape(); in verify()
206 Type resType = resVector.getElementType(); in verify()