LLVM 22.0.0git
|
#include "Transforms/Vectorize/VPlan.h"
Public Member Functions | |
TruncFlagsTy (bool HasNUW, bool HasNSW) |
Public Attributes | |
char | HasNUW: 1 |
char | HasNSW: 1 |
char llvm::VPIRFlags::TruncFlagsTy::HasNSW |
Definition at line 623 of file VPlan.h.
Referenced by TruncFlagsTy().
char llvm::VPIRFlags::TruncFlagsTy::HasNUW |
Definition at line 622 of file VPlan.h.
Referenced by TruncFlagsTy().