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

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

Public Member Functions

 PoisonFlags (const Instruction *I)
 
void apply (Instruction *I)
 

Public Attributes

unsigned NUW: 1
 
unsigned NSW: 1
 
unsigned Exact: 1
 
unsigned Disjoint: 1
 
unsigned NNeg: 1
 

Detailed Description

Definition at line 44 of file ScalarEvolutionExpander.h.

Constructor & Destructor Documentation

◆ PoisonFlags()

PoisonFlags::PoisonFlags ( const Instruction I)

Definition at line 46 of file ScalarEvolutionExpander.cpp.

References Disjoint, Exact, I, NNeg, NSW, and NUW.

Member Function Documentation

◆ apply()

void PoisonFlags::apply ( Instruction I)

Definition at line 68 of file ScalarEvolutionExpander.cpp.

References Disjoint, Exact, I, NNeg, NSW, and NUW.

Member Data Documentation

◆ Disjoint

unsigned llvm::PoisonFlags::Disjoint

Definition at line 48 of file ScalarEvolutionExpander.h.

Referenced by apply(), and PoisonFlags().

◆ Exact

unsigned llvm::PoisonFlags::Exact

Definition at line 47 of file ScalarEvolutionExpander.h.

Referenced by apply(), and PoisonFlags().

◆ NNeg

unsigned llvm::PoisonFlags::NNeg

Definition at line 49 of file ScalarEvolutionExpander.h.

Referenced by apply(), and PoisonFlags().

◆ NSW

unsigned llvm::PoisonFlags::NSW

Definition at line 46 of file ScalarEvolutionExpander.h.

Referenced by apply(), and PoisonFlags().

◆ NUW

unsigned llvm::PoisonFlags::NUW

Definition at line 45 of file ScalarEvolutionExpander.h.

Referenced by apply(), and PoisonFlags().


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