LLVM  8.0.1
Public Attributes | List of all members
llvm::VFRange Struct Reference

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

#include "Transforms/Vectorize/VPlan.h"

Collaboration diagram for llvm::VFRange:
Collaboration graph
[legend]

Public Attributes

const unsigned Start
 
unsigned End
 

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, 9) = {1, 2, 4, 8}

Definition at line 68 of file VPlan.h.

Member Data Documentation

◆ End

unsigned llvm::VFRange::End

◆ Start

const unsigned llvm::VFRange::Start

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