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

#include "llvm/Transforms/Scalar/Reassociate.h"

Public Member Functions

 OverflowTracking ()
 

Public Attributes

bool HasNUW
 
bool HasNSW
 
bool AllKnownNonNegative
 

Detailed Description

Definition at line 67 of file Reassociate.h.

Constructor & Destructor Documentation

◆ OverflowTracking()

llvm::reassociate::OverflowTracking::OverflowTracking ( )
inline

Definition at line 74 of file Reassociate.h.

Member Data Documentation

◆ AllKnownNonNegative

bool llvm::reassociate::OverflowTracking::AllKnownNonNegative

Definition at line 70 of file Reassociate.h.

◆ HasNSW

bool llvm::reassociate::OverflowTracking::HasNSW

Definition at line 69 of file Reassociate.h.

◆ HasNUW

bool llvm::reassociate::OverflowTracking::HasNUW

Definition at line 68 of file Reassociate.h.


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