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