LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::VPRecipeWithIRFlags::WrapFlagsTy Struct Reference

#include "Transforms/Vectorize/VPlan.h"

Public Member Functions

 WrapFlagsTy (bool HasNUW, bool HasNSW)
 

Public Attributes

char HasNUW: 1
 
char HasNSW: 1
 

Detailed Description

Definition at line 910 of file VPlan.h.

Constructor & Destructor Documentation

◆ WrapFlagsTy()

llvm::VPRecipeWithIRFlags::WrapFlagsTy::WrapFlagsTy ( bool  HasNUW,
bool  HasNSW 
)
inline

Definition at line 914 of file VPlan.h.

Member Data Documentation

◆ HasNSW

char llvm::VPRecipeWithIRFlags::WrapFlagsTy::HasNSW

◆ HasNUW

char llvm::VPRecipeWithIRFlags::WrapFlagsTy::HasNUW

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