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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp752 auto *V1VTy = CondV->getType(); local
755 for (unsigned i = 0, e = V1VTy->getNumElements(); i != e; ++i) {
774 if (Result.size() == V1VTy->getNumElements())
891 auto *V1VTy = cast<VectorType>(V1->getType()); local
893 ElementCount MaskEltCount = {MaskNumElts, isa<ScalableVectorType>(V1VTy)};
894 Type *EltTy = V1VTy->getElementType();
912 if (isa<ScalableVectorType>(V1VTy))
915 unsigned SrcNumElts = V1VTy->getElementCount().Min;
H A DConstants.cpp2398 auto V1VTy = cast<VectorType>(V1->getType()); local
2399 Type *EltTy = V1VTy->getElementType();
2400 bool TypeIsScalable = isa<ScalableVectorType>(V1VTy);

Completed in 103 milliseconds