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