30#ifndef INCLUDE_SVFIR_SVFVALUE_H_
31#define INCLUDE_SVFIR_SVFVALUE_H_
215 "the number of ICFGNodeKinds has changed, make sure "
216 "the range is correct");
223 "the number of InterICFGNodeKind has changed, make sure "
224 "the range is correct");
231 "The number of SVFVarKinds has changed, make sure the "
240 "The number of ValVarKinds has changed, make sure the "
249 "The number of ConstantDataValVarKinds has changed, make "
250 "sure the range is correct");
257 "The number of ObjVarKinds has changed, make sure the "
265 "The number of BaseObjVarKinds has changed, make sure the "
273 "The number of ConstantDataObjVarKinds has changed, make "
274 "sure the range is correct");
281 "The number of VFGNodeKinds has changed, make sure the "
289 "The number of ArgumentVFGNodeKinds has changed, make "
290 "sure the range is correct");
297 "The number of StmtVFGNodeKinds has changed, make sure "
298 "the range is correct");
305 "The number of PHIVFGNodeKinds has changed, make sure "
306 "the range is correct");
313 "The number of MRSVFGNodeKinds has changed, make sure "
314 "the range is correct");
321 "The number of MSSAPHISVFGNodeKinds has changed, make "
322 "sure the range is correct");
329template <
typename F,
typename S>
332 o <<
"<" <<
var.first <<
", " <<
var.second <<
">";
static bool isArgumentVFGNodeKinds(GNodeK n)
static bool isObjVarKinds(GNodeK n)
static bool isConstantDataValVar(GNodeK n)
std::string sourceLoc
Source code information of this value.
static bool isConstantDataObjVarKinds(GNodeK n)
static bool isVFGNodeKinds(GNodeK n)
virtual const std::string & getName() const
const SVFType * type
SVF type.
virtual const SVFType * getType() const
static bool isMRSVFGNodeKinds(GNodeK n)
static bool isValVarKinds(GNodeK n)
static bool isPHIVFGNodeKinds(GNodeK n)
GNodeK getNodeKind() const
Get node kind.
NodeID getId() const
Get ID.
virtual void setName(std::string &&nameInfo)
static bool isICFGNodeKinds(GNodeK n)
Helper functions to check node kinds.
static bool isMSSAPHISVFGNodeKinds(GNodeK n)
GNodeK nodeKind
Node kind.
virtual void setSourceLoc(const std::string &sourceCodeInfo)
virtual void setName(const std::string &nameInfo)
static bool isStmtVFGNodeKinds(GNodeK n)
static bool isInterICFGNodeKind(GNodeK n)
static bool isSVFVarKind(GNodeK n)
const std::string valueOnlyToString() const
SVFBaseNode(NodeID i, GNodeK k, const SVFType *ty=nullptr)
virtual const std::string getSourceLoc() const
static bool isBaseObjVarKinds(GNodeK n)
llvm::IRBuilder IRBuilder
IntervalValue operator<<(const IntervalValue &lhs, const IntervalValue &rhs)
Left binary shift of IntervalValues.