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 230 of file ConstantFolding.h.

Member Data Documentation

◆ NNeg

bool llvm::PreservedCastFlags::NNeg = false

Definition at line 231 of file ConstantFolding.h.

◆ NSW

bool llvm::PreservedCastFlags::NSW = false

Definition at line 233 of file ConstantFolding.h.

◆ NUW

bool llvm::PreservedCastFlags::NUW = false

Definition at line 232 of file ConstantFolding.h.


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