Searched refs:C1VTy (Results 1 – 1 of 1) sorted by relevance
1196 } else if (auto *C1VTy = dyn_cast<VectorType>(C1->getType())) { in ConstantFoldCompareInstruction() local1203 return ConstantVector::getSplat(C1VTy->getElementCount(), Elt); in ConstantFoldCompareInstruction()1207 if (isa<ScalableVectorType>(C1VTy)) in ConstantFoldCompareInstruction()1215 for (unsigned I = 0, E = C1VTy->getElementCount().getKnownMinValue(); in ConstantFoldCompareInstruction()