Searched refs:SubDivs (Results 1 – 1 of 1) sorted by relevance
1449 int SubDivs = D.Kind == IITDescriptor::Subdivide2Argument ? 1 : 2; in DecodeFixedType() local1450 return VectorType::getSubdividedVectorType(VTy, SubDivs); in DecodeFixedType()1744 int SubDivs = D.Kind == IITDescriptor::Subdivide2Argument ? 1 : 2; in matchIntrinsicType() local1745 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs); in matchIntrinsicType()