LLVM 24.0.0git
llvm::BooleanLoopTags Struct Reference

Single-operand tags replacing a removed two-operand form ! More...

#include "llvm/IR/AutoUpgrade.h"

Public Attributes

StringLiteral Enable
StringLiteral Disable

Detailed Description

Single-operand tags replacing a removed two-operand form !

{!"<Enable>", i1 X}: X = true selects Enable, X = false selects Disable.

Definition at line 115 of file AutoUpgrade.h.

Member Data Documentation

◆ Disable

StringLiteral llvm::BooleanLoopTags::Disable

Definition at line 117 of file AutoUpgrade.h.

Referenced by makeBooleanLoopNode().

◆ Enable

StringLiteral llvm::BooleanLoopTags::Enable

Definition at line 116 of file AutoUpgrade.h.

Referenced by makeBooleanLoopNode().


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