LLVM 22.0.0git
|
#include "llvm/Analysis/ConstantFolding.h"
Public Attributes | |
bool | NNeg = false |
bool | NUW = false |
bool | NSW = false |
Definition at line 230 of file ConstantFolding.h.
bool llvm::PreservedCastFlags::NNeg = false |
Definition at line 231 of file ConstantFolding.h.
bool llvm::PreservedCastFlags::NSW = false |
Definition at line 233 of file ConstantFolding.h.
bool llvm::PreservedCastFlags::NUW = false |
Definition at line 232 of file ConstantFolding.h.