Home | History | Annotate | Download | only in IR

Lines Matching refs:VTy

244   if (VectorType *VTy = dyn_cast<VectorType>(Ty))
245 C = ConstantVector::getSplat(VTy->getNumElements(), C);
261 VectorType *VTy = cast<VectorType>(Ty);
262 return ConstantVector::getSplat(VTy->getNumElements(),
263 getAllOnesValue(VTy->getElementType()));
544 VectorType *VTy = dyn_cast<VectorType>(Ty);
545 if (!VTy) {
549 assert(VTy->getElementType()->isIntegerTy(1) &&
551 return ConstantVector::getSplat(VTy->getNumElements(),
556 VectorType *VTy = dyn_cast<VectorType>(Ty);
557 if (!VTy) {
561 assert(VTy->getElementType()->isIntegerTy(1) &&
563 return ConstantVector::getSplat(VTy->getNumElements(),
585 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
586 return ConstantVector::getSplat(VTy->getNumElements(), C);
610 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
611 return ConstantVector::getSplat(VTy->getNumElements(), C);
661 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
662 return ConstantVector::getSplat(VTy->getNumElements(), C);
675 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
676 return ConstantVector::getSplat(VTy->getNumElements(), C);
686 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
687 return ConstantVector::getSplat(VTy->getNumElements(), C);
697 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
698 return ConstantVector::getSplat(VTy->getNumElements(), C);
745 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
746 return ConstantVector::getSplat(VTy->getNumElements(), C);