MCPcopy Create free account
hub / github.com/SVF-tools/SVF / LoadStmt

Method LoadStmt

svf/include/SVFIR/SVFStatements.h:593–593  ·  view source on GitHub ↗

constructor

Source from the content-addressed store, hash-verified

591
592 /// constructor
593 LoadStmt(SVFVar* s, SVFVar* d) : AssignStmt(s, d, SVFStmt::Load) {}
594
595 const ValVar* getRHSVar() const;
596 const ValVar* getLHSVar() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected