Searched refs:V1VTy (Results 1 – 2 of 2) sorted by relevance
275 auto *V1VTy = CondV->getType(); in ConstantFoldSelectInstruction() local278 for (unsigned i = 0, e = V1VTy->getNumElements(); i != e; ++i) { in ConstantFoldSelectInstruction()299 if (Result.size() == V1VTy->getNumElements()) in ConstantFoldSelectInstruction()453 auto *V1VTy = cast<VectorType>(V1->getType()); in ConstantFoldShuffleVectorInstruction() local456 ElementCount::get(MaskNumElts, isa<ScalableVectorType>(V1VTy)); in ConstantFoldShuffleVectorInstruction()457 Type *EltTy = V1VTy->getElementType(); in ConstantFoldShuffleVectorInstruction()480 if (isa<ScalableVectorType>(V1VTy)) in ConstantFoldShuffleVectorInstruction()483 unsigned SrcNumElts = V1VTy->getElementCount().getKnownMinValue(); in ConstantFoldShuffleVectorInstruction()
2571 auto V1VTy = cast<VectorType>(V1->getType()); in getShuffleVector() local2572 Type *EltTy = V1VTy->getElementType(); in getShuffleVector()2573 bool TypeIsScalable = isa<ScalableVectorType>(V1VTy); in getShuffleVector()