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