MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / mkIf

Method mkIf

ir/state.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79SMTMemoryAccess
80SMTMemoryAccess::SMTMemoryAccess::mkIf(const expr &cond,
81 const SMTMemoryAccess &then,
82 const SMTMemoryAccess &els) {
83 return expr::mkIf(cond, then.val, els.val);
84}
85
86
87expr State::CurrentDomain::operator()() const {

Callers

nothing calls this directly

Calls 3

findMethod · 0.80
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected