|
klee
|
#include <KModule.h>

Public Member Functions | |
| KConstant (llvm::Constant *, unsigned, KInstruction *) | |
Public Attributes | |
| llvm::Constant * | ct |
| Actual LLVM constant this represents. More... | |
| unsigned | id |
| The constant ID. More... | |
| KInstruction * | ki |
| KConstant::KConstant | ( | llvm::Constant * | _ct, |
| unsigned | _id, | ||
| KInstruction * | _ki | ||
| ) |
Definition at line 398 of file KModule.cpp.
| llvm::Constant* klee::KConstant::ct |
Actual LLVM constant this represents.
Definition at line 70 of file KModule.h.
Referenced by KConstant().
| KInstruction* klee::KConstant::ki |
First instruction where this constant was encountered, or NULL if not applicable/unavailable.
Definition at line 77 of file KModule.h.
Referenced by klee::Executor::evalConstant(), and KConstant().