LLVM 19.0.0git
Public Attributes | List of all members
llvm::LoopConstrainer::SubRanges Struct Reference

#include "llvm/Transforms/Utils/LoopConstrainer.h"

Public Attributes

std::optional< const SCEV * > LowLimit
 
std::optional< const SCEV * > HighLimit
 

Detailed Description

Definition at line 104 of file LoopConstrainer.h.

Member Data Documentation

◆ HighLimit

std::optional<const SCEV *> llvm::LoopConstrainer::SubRanges::HighLimit

Definition at line 106 of file LoopConstrainer.h.

Referenced by llvm::LoopConstrainer::run().

◆ LowLimit

std::optional<const SCEV *> llvm::LoopConstrainer::SubRanges::LowLimit

Definition at line 105 of file LoopConstrainer.h.

Referenced by llvm::LoopConstrainer::run().


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