LLVM: llvm::LoopConstrainer::SubRanges Struct Reference (original) (raw)

#include "[llvm/Transforms/Utils/LoopConstrainer.h](LoopConstrainer%5F8h%5Fsource.html)"

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.

LowLimit

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

Definition at line 105 of file LoopConstrainer.h.


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