9 #ifndef IR_SEG_SEGSIMPLEOPERANDNODE_H 
   10 #define IR_SEG_SEGSIMPLEOPERANDNODE_H 
   12 #include <llvm/IR/BasicBlock.h> 
   13 #include <llvm/IR/Value.h> 
   15 #include "IR/SEG/SymbolicExprGraph.h" 
   26                        BasicBlock *BB, 
bool fromDisk)
 
   27       : 
SEGOperandNode(SEGOBJK_SimpleOperand, Val, Ty, SEG, BB, fromDisk) {}
 
   36                                     getParentGraph(), getParentBasicBlock(),
 
   42     return N->getKind() == SEGOBJK_SimpleOperand;