LLVM: llvm::VFRange Struct Reference (original) (raw)

A range of powers-of-2 vectorization factors with fixed start and adjustable end. More...

#include "[Transforms/Vectorize/VPlanHelpers.h](VPlanHelpers%5F8h%5Fsource.html)"

Detailed Description

A range of powers-of-2 vectorization factors with fixed start and adjustable end.

The range includes start and excludes end, e.g.,: [1, 16) = {1, 2, 4, 8}

Definition at line 56 of file VPlanHelpers.h.

Constructor & Destructor Documentation

Member Function Documentation

begin()

iterator llvm::VFRange::begin ( ) inline

end()

isEmpty()

bool llvm::VFRange::isEmpty ( ) const inline

Member Data Documentation

End

Start


The documentation for this struct was generated from the following file: