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