LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::ScalarEvolution::LoopInvariantPredicate Struct Reference

#include "llvm/Analysis/ScalarEvolution.h"

Public Member Functions

 LoopInvariantPredicate (ICmpInst::Predicate Pred, const SCEV *LHS, const SCEV *RHS)
 

Public Attributes

ICmpInst::Predicate Pred
 
const SCEVLHS
 
const SCEVRHS
 

Detailed Description

Definition at line 1176 of file ScalarEvolution.h.

Constructor & Destructor Documentation

◆ LoopInvariantPredicate()

llvm::ScalarEvolution::LoopInvariantPredicate::LoopInvariantPredicate ( ICmpInst::Predicate  Pred,
const SCEV LHS,
const SCEV RHS 
)
inline

Definition at line 1181 of file ScalarEvolution.h.

Member Data Documentation

◆ LHS

const SCEV* llvm::ScalarEvolution::LoopInvariantPredicate::LHS

Definition at line 1178 of file ScalarEvolution.h.

Referenced by createInvariantCond().

◆ Pred

ICmpInst::Predicate llvm::ScalarEvolution::LoopInvariantPredicate::Pred

Definition at line 1177 of file ScalarEvolution.h.

Referenced by createInvariantCond().

◆ RHS

const SCEV* llvm::ScalarEvolution::LoopInvariantPredicate::RHS

Definition at line 1179 of file ScalarEvolution.h.

Referenced by createInvariantCond().


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