Lines Matching defs:VTy
472 auto *VTy = VectorType::get(EltTy, MaskEltCount);
473 return ConstantAggregateZero::get(VTy);
583 } else if (auto *VTy = dyn_cast<FixedVectorType>(C->getType())) {
585 Type *Ty = IntegerType::get(VTy->getContext(), 32);
589 return ConstantVector::getSplat(VTy->getElementCount(), Elt);
593 for (unsigned i = 0, e = VTy->getNumElements(); i != e; ++i) {
895 } else if (auto *VTy = dyn_cast<VectorType>(C1->getType())) {
899 return PoisonValue::get(VTy);
907 return ConstantVector::getSplat(VTy->getElementCount(), Res);
911 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) {
922 return PoisonValue::get(VTy);