struct VFRange

Declaration

struct VFRange { /* full declaration omitted */ };

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}

Declared at: llvm/lib/Transforms/Vectorize/VPlan.h:68

Member Variables

public const unsigned int Start
public unsigned int End