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 <<
">";
SVFValue(NodeID i, GNodeK k, const SVFType *ty=nullptr)
static bool isArgumentVFGNodeKinds(GNodeK n)
static bool isMSSAPHISVFGNodeKinds(GNodeK n)
NodeID getId() const
Get ID.
static bool isInterICFGNodeKind(GNodeK n)
static bool isConstantDataValVar(GNodeK n)
virtual void setSourceLoc(const std::string &sourceCodeInfo)
static bool isObjVarKinds(GNodeK n)
virtual const SVFType * getType() const
GNodeK nodeKind
Node kind.
static bool isBaseObjVarKinds(GNodeK n)
GNodeK getNodeKind() const
Get node kind.
virtual const std::string getSourceLoc() const
virtual const std::string & getName() const
std::string sourceLoc
Source code information of this value.
const std::string valueOnlyToString() const
static bool isConstantDataObjVarKinds(GNodeK n)
static bool isPHIVFGNodeKinds(GNodeK n)
static bool isICFGNodeKinds(GNodeK n)
Helper functions to check node kinds.
static bool isValVarKinds(GNodeK n)
static bool isSVFVarKind(GNodeK n)
virtual void setName(const std::string &nameInfo)
static bool isVFGNodeKinds(GNodeK n)
virtual void setName(std::string &&nameInfo)
static bool isMRSVFGNodeKinds(GNodeK n)
static bool isStmtVFGNodeKinds(GNodeK n)
const SVFType * type
SVF type.
llvm::IRBuilder IRBuilder
IntervalValue operator<<(const IntervalValue &lhs, const IntervalValue &rhs)
Left binary shift of IntervalValues.