|
LLVM 24.0.0git
|
Single-operand tags replacing a removed two-operand form ! More...
#include "llvm/IR/AutoUpgrade.h"
Public Attributes | |
| StringLiteral | Enable |
| StringLiteral | Disable |
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.
| StringLiteral llvm::BooleanLoopTags::Disable |
Definition at line 117 of file AutoUpgrade.h.
Referenced by makeBooleanLoopNode().
| StringLiteral llvm::BooleanLoopTags::Enable |
Definition at line 116 of file AutoUpgrade.h.
Referenced by makeBooleanLoopNode().