Home | History | Annotate | Download | only in IR

Lines Matching defs:EltTy

808     Type *EltTy = DecodeFixedType(Infos, Tys, Context);
811 return VectorType::get(EltTy, VTy->getNumElements());
824 Type *EltTy = VTy->getVectorElementType();
825 return VectorType::get(PointerType::getUnqual(EltTy),