• Home
  • Raw
  • Download

Lines Matching refs:VTy

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