Searched defs:FixedScalableVFPair (Results 1 – 1 of 1) sorted by relevance
208 struct FixedScalableVFPair { struct212 FixedScalableVFPair() in FixedScalableVFPair() argument215 FixedScalableVFPair(const ElementCount &Max) : FixedScalableVFPair() { in FixedScalableVFPair() function218 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair() argument225 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } in getNone() argument231 bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); } in hasVector()