LLVM: llvm::PreservedCastFlags Struct Reference (original) (raw)

#include "[llvm/Analysis/ConstantFolding.h](ConstantFolding%5F8h%5Fsource.html)"

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: