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