Lines Matching refs:VTy
135 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getIntegerValue() local
136 C = ConstantVector::getSplat(VTy->getNumElements(), C); in getIntegerValue()
152 VectorType *VTy = cast<VectorType>(Ty); in getAllOnesValue() local
153 return ConstantVector::getSplat(VTy->getNumElements(), in getAllOnesValue()
154 getAllOnesValue(VTy->getElementType())); in getAllOnesValue()
394 VectorType *VTy = dyn_cast<VectorType>(Ty); in getTrue() local
395 if (!VTy) { in getTrue()
399 assert(VTy->getElementType()->isIntegerTy(1) && in getTrue()
401 return ConstantVector::getSplat(VTy->getNumElements(), in getTrue()
406 VectorType *VTy = dyn_cast<VectorType>(Ty); in getFalse() local
407 if (!VTy) { in getFalse()
411 assert(VTy->getElementType()->isIntegerTy(1) && in getFalse()
413 return ConstantVector::getSplat(VTy->getNumElements(), in getFalse()
437 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
438 return ConstantVector::getSplat(VTy->getNumElements(), C); in get()
462 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
463 return ConstantVector::getSplat(VTy->getNumElements(), C); in get()
508 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
509 return ConstantVector::getSplat(VTy->getNumElements(), C); in get()
522 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
523 return ConstantVector::getSplat(VTy->getNumElements(), C); in get()
541 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getZeroValueForNegation() local
542 return ConstantVector::getSplat(VTy->getNumElements(), C); in getZeroValueForNegation()