MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / getSize

Method getSize

src/Expression/Value.cpp:864–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862}
863
864int32_t LValue::getSize() const {
865 uint32_t size = 0;
866 for (int32_t i = 0; i < m_nbWords; i++) {
867 size += m_valueArray[i].m_size;
868 }
869 return size;
870}
871
872std::string LValue::uhdmValue() {
873 std::string result = "INT:";

Callers 15

u_plusMethod · 0.45
u_minusMethod · 0.45
u_notMethod · 0.45
u_tildaMethod · 0.45
u_bitwAndMethod · 0.45
u_bitwNandMethod · 0.45
u_bitwOrMethod · 0.45
u_bitwNorMethod · 0.45
u_bitwXorMethod · 0.45
u_bitwXnorMethod · 0.45
plusMethod · 0.45
minusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected