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

#include "Transforms/Vectorize/VPlan.h"

Public Member Functions

 GEPFlagsTy (bool IsInBounds)
 

Public Attributes

char IsInBounds: 1
 

Detailed Description

Definition at line 923 of file VPlan.h.

Constructor & Destructor Documentation

◆ GEPFlagsTy()

llvm::VPRecipeWithIRFlags::GEPFlagsTy::GEPFlagsTy ( bool  IsInBounds)
inline

Definition at line 925 of file VPlan.h.

Member Data Documentation

◆ IsInBounds

char llvm::VPRecipeWithIRFlags::GEPFlagsTy::IsInBounds

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