10 #ifndef IR_SEG_SEGBINARYWITHINTCONSTNODE_H
11 #define IR_SEG_SEGBINARYWITHINTCONSTNODE_H
13 #include <llvm/IR/BasicBlock.h>
15 #include "IR/SEG/SymbolicExprGraph.h"
24 BasicBlock *BB, uint64_t Const,
bool fromDisk);
31 virtual void dot(raw_fd_ostream &O)
const;
33 uint64_t getIntConstant()
const;
37 return N->getKind() == SEGOBJK_BinaryWithIntConst;
Definition: SEGBinaryWithIntConstNode.h:19
Definition: SymbolicExprGraph.h:532
Definition: SymbolicExprGraph.h:78
void dot(const char *FileName) const
Dot this graph to a file with filename.
Definition: SymbolicExprGraph.cpp:913
Definition: SymbolicExprGraph.h:723
CodeKind
Definition: SymbolicExprGraph.h:535