Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp2631 if (auto conditionTy = op.condition().getType().dyn_cast<VectorType>()) { in verify() local
2637 if (resultVectorTy.getNumElements() != conditionTy.getNumElements()) { in verify()