enum LazyValueInfo::Tristate
Description
This is used to return true/false/dunno results.
Declared at: llvm/include/llvm/Analysis/LazyValueInfo.h:62
Enumerators
Name | Value | Comment |
---|---|---|
Unknown | -1 | |
False | 0 | |
True | 1 |
This is used to return true/false/dunno results.
Declared at: llvm/include/llvm/Analysis/LazyValueInfo.h:62
Name | Value | Comment |
---|---|---|
Unknown | -1 | |
False | 0 | |
True | 1 |