LLVM 24.0.0git
llvm::VPIRFlags::WrapFlagsTy Struct Reference

#include "Transforms/Vectorize/VPlan.h"

Public Member Functions

 WrapFlagsTy (bool HasNUW, bool HasNSW)
 WrapFlagsTy ()

Public Attributes

char HasNUW: 1
char HasNSW: 1

Detailed Description

Definition at line 711 of file VPlan.h.

Constructor & Destructor Documentation

◆ WrapFlagsTy() [1/2]

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

Definition at line 715 of file VPlan.h.

References HasNSW, and HasNUW.

◆ WrapFlagsTy() [2/2]

llvm::VPIRFlags::WrapFlagsTy::WrapFlagsTy ( )
inline

Definition at line 716 of file VPlan.h.

References HasNSW, and HasNUW.

Member Data Documentation

◆ HasNSW

char llvm::VPIRFlags::WrapFlagsTy::HasNSW

Definition at line 713 of file VPlan.h.

Referenced by WrapFlagsTy(), and WrapFlagsTy().

◆ HasNUW

char llvm::VPIRFlags::WrapFlagsTy::HasNUW

Definition at line 712 of file VPlan.h.

Referenced by llvm::VPSCEVExpander::tryToExpand(), WrapFlagsTy(), and WrapFlagsTy().


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