#include <KModule.h>

Public Member Functions | |
| KConstant (llvm::Constant *, unsigned, KInstruction *) | |
Public Attributes | |
| llvm::Constant * | ct |
| Actual LLVM constant this represents. | |
| unsigned | id |
| The constant ID. | |
| KInstruction * | ki |
Definition at line 64 of file KModule.h.
| KConstant::KConstant | ( | llvm::Constant * | _ct, | |
| unsigned | _id, | |||
| KInstruction * | _ki | |||
| ) |
| llvm::Constant* klee::KConstant::ct |
Actual LLVM constant this represents.
Definition at line 67 of file KModule.h.
Referenced by KConstant().
| unsigned klee::KConstant::id |
1.5.8