LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::VPIRFlags::TruncFlagsTy Struct Reference

#include "Transforms/Vectorize/VPlan.h"

Public Member Functions

 TruncFlagsTy (bool HasNUW, bool HasNSW)
 

Public Attributes

char HasNUW: 1
 
char HasNSW: 1
 

Detailed Description

Definition at line 617 of file VPlan.h.

Constructor & Destructor Documentation

◆ TruncFlagsTy()

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

Definition at line 621 of file VPlan.h.

Member Data Documentation

◆ HasNSW

char llvm::VPIRFlags::TruncFlagsTy::HasNSW

◆ HasNUW

char llvm::VPIRFlags::TruncFlagsTy::HasNUW

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