LLVM 20.0.0git
|
#include "Transforms/Vectorize/VPlan.h"
Public Member Functions | |
WrapFlagsTy (bool HasNUW, bool HasNSW) | |
Public Attributes | |
char | HasNUW: 1 |
char | HasNSW: 1 |
char llvm::VPRecipeWithIRFlags::WrapFlagsTy::HasNSW |
Definition at line 983 of file VPlan.h.
Referenced by llvm::VPRecipeWithIRFlags::dropPoisonGeneratingFlags(), llvm::VPRecipeWithIRFlags::hasNoSignedWrap(), llvm::VPRecipeWithIRFlags::printFlags(), and llvm::VPRecipeWithIRFlags::setFlags().
char llvm::VPRecipeWithIRFlags::WrapFlagsTy::HasNUW |
Definition at line 982 of file VPlan.h.
Referenced by llvm::VPRecipeWithIRFlags::dropPoisonGeneratingFlags(), llvm::VPRecipeWithIRFlags::hasNoUnsignedWrap(), llvm::VPRecipeWithIRFlags::printFlags(), and llvm::VPRecipeWithIRFlags::setFlags().