Home | History | Annotate | Download | only in Scalar

Lines Matching refs:VTy

780   if (VectorType *VTy = dyn_cast<VectorType>(FromType)) {
789 unsigned EltSize = DL.getTypeAllocSizeInBits(VTy->getElementType());
913 if (VectorType *VTy = dyn_cast<VectorType>(AllocaType)) {
914 uint64_t VecSize = DL.getTypeAllocSizeInBits(VTy);
923 Type *EltTy = VTy->getElementType();