Searched refs:resultVectorTy (Results 1 – 1 of 1) sorted by relevance
2632 auto resultVectorTy = op.result().getType().dyn_cast<VectorType>(); in verify() local2633 if (!resultVectorTy) { in verify()2637 if (resultVectorTy.getNumElements() != conditionTy.getNumElements()) { in verify()