Home
last modified time | relevance | path

Searched defs:FixedScalableVFPair (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h208 struct FixedScalableVFPair { struct
212 FixedScalableVFPair() in FixedScalableVFPair() argument
215 FixedScalableVFPair(const ElementCount &Max) : FixedScalableVFPair() { in FixedScalableVFPair() function
218 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair() argument
225 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } in getNone() argument
231 bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); } in hasVector()