Searched defs:FixedScalableVFPair (Results 1 – 1 of 1) sorted by relevance
270 struct FixedScalableVFPair { struct274 FixedScalableVFPair() in FixedScalableVFPair() function277 FixedScalableVFPair(const ElementCount &Max) : FixedScalableVFPair() { in FixedScalableVFPair() function280 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair() function287 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } in getNone() argument293 bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); } in hasVector()