LLVM: llvm::VPIRFlags::TruncFlagsTy Struct Reference (original) (raw)

#include "[Transforms/Vectorize/VPlan.h](VPlan%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
char HasNUW: 1
char HasNSW: 1

Detailed Description

Definition at line 631 of file VPlan.h.

Constructor & Destructor Documentation

llvm::VPIRFlags::TruncFlagsTy::TruncFlagsTy ( bool HasNUW, bool HasNSW ) inline

Definition at line 635 of file VPlan.h.

References HasNSW, and HasNUW.

Member Data Documentation

HasNSW

char llvm::VPIRFlags::TruncFlagsTy::HasNSW

Definition at line 633 of file VPlan.h.

Referenced by TruncFlagsTy().

HasNUW

char llvm::VPIRFlags::TruncFlagsTy::HasNUW

Definition at line 632 of file VPlan.h.

Referenced by TruncFlagsTy().


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