LLVM 22.0.0git
llvm::PreservedCastFlags Struct Reference

#include "llvm/Analysis/ConstantFolding.h"

Public Attributes

bool NNeg = false
bool NUW = false
bool NSW = false

Detailed Description

Definition at line 190 of file ConstantFolding.h.

Member Data Documentation

◆ NNeg

bool llvm::PreservedCastFlags::NNeg = false

Definition at line 191 of file ConstantFolding.h.

◆ NSW

bool llvm::PreservedCastFlags::NSW = false

Definition at line 193 of file ConstantFolding.h.

◆ NUW

bool llvm::PreservedCastFlags::NUW = false

Definition at line 192 of file ConstantFolding.h.


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