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