Home | History | Annotate | Download | only in VMCore

Lines Matching defs:VTy

124   if (VectorType *VTy = dyn_cast<VectorType>(Ty))
125 C = ConstantVector::get(std::vector<Constant *>(VTy->getNumElements(), C));
142 VectorType *VTy = cast<VectorType>(Ty);
143 Elts.resize(VTy->getNumElements(), getAllOnesValue(VTy->getElementType()));
381 VectorType *VTy = dyn_cast<VectorType>(Ty);
382 if (!VTy) {
386 assert(VTy->getElementType()->isIntegerTy(1) &&
388 SmallVector<Constant*, 16> Splat(VTy->getNumElements(),
394 VectorType *VTy = dyn_cast<VectorType>(Ty);
395 if (!VTy) {
399 assert(VTy->getElementType()->isIntegerTy(1) &&
401 SmallVector<Constant*, 16> Splat(VTy->getNumElements(),
426 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
428 16>(VTy->getNumElements(), C));
452 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
454 VTy->getNumElements(), C));
495 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
497 SmallVector<Constant *, 16>(VTy->getNumElements(), C));
510 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
512 SmallVector<Constant *, 16>(VTy->getNumElements(), C));