Home | History | Annotate | Download | only in IR

Lines Matching defs:VTy

160   if (VectorType *VTy = dyn_cast<VectorType>(Ty))
161 C = ConstantVector::getSplat(VTy->getNumElements(), C);
177 VectorType *VTy = cast<VectorType>(Ty);
178 return ConstantVector::getSplat(VTy->getNumElements(),
179 getAllOnesValue(VTy->getElementType()));
446 VectorType *VTy = dyn_cast<VectorType>(Ty);
447 if (!VTy) {
451 assert(VTy->getElementType()->isIntegerTy(1) &&
453 return ConstantVector::getSplat(VTy
458 VectorType *VTy = dyn_cast<VectorType>(Ty);
459 if (!VTy) {
463 assert(VTy->getElementType()->isIntegerTy(1) &&
465 return ConstantVector::getSplat(VTy->getNumElements(),
489 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
490 return ConstantVector::getSplat(VTy->getNumElements(), C);
514 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
515 return ConstantVector::getSplat(VTy->getNumElements(), C);
560 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
561 return ConstantVector::getSplat(VTy->getNumElements(), C);
574 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
575 return ConstantVector::getSplat(VTy->getNumElements(), C);
593 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
594 return ConstantVector::getSplat(VTy->getNumElements(), C);