Home | History | Annotate | Download | only in IR

Lines Matching refs:VTy

1194   } else if (VectorType *VTy = dyn_cast<VectorType>(C1->getType())) {
1197 Type *Ty = IntegerType::get(VTy->getContext(), 32);
1198 for (unsigned i = 0, e = VTy->getNumElements(); i != e; ++i) {
2013 else if (auto *VTy = dyn_cast<VectorType>(STy))
2014 NumElements = VTy->getNumElements();