Home
last modified time | relevance | path

Searched refs:V1VTy (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp777 auto *V1VTy = CondV->getType(); in ConstantFoldSelectInstruction() local
780 for (unsigned i = 0, e = V1VTy->getNumElements(); i != e; ++i) { in ConstantFoldSelectInstruction()
801 if (Result.size() == V1VTy->getNumElements()) in ConstantFoldSelectInstruction()
962 auto *V1VTy = cast<VectorType>(V1->getType()); in ConstantFoldShuffleVectorInstruction() local
965 ElementCount::get(MaskNumElts, isa<ScalableVectorType>(V1VTy)); in ConstantFoldShuffleVectorInstruction()
966 Type *EltTy = V1VTy->getElementType(); in ConstantFoldShuffleVectorInstruction()
984 if (isa<ScalableVectorType>(V1VTy)) in ConstantFoldShuffleVectorInstruction()
987 unsigned SrcNumElts = V1VTy->getElementCount().getKnownMinValue(); in ConstantFoldShuffleVectorInstruction()
H A DConstants.cpp2595 auto V1VTy = cast<VectorType>(V1->getType()); in getShuffleVector() local
2596 Type *EltTy = V1VTy->getElementType(); in getShuffleVector()
2597 bool TypeIsScalable = isa<ScalableVectorType>(V1VTy); in getShuffleVector()