MCPcopy Create free account
hub / github.com/argotorg/solidity / knownNonZero

Method knownNonZero

libevmasm/ExpressionClasses.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167bool ExpressionClasses::knownNonZero(Id _c)
168{
169 return Pattern(u256(0)).matches(representative(find(Instruction::ISZERO, {_c})), *this);
170}
171
172u256 const* ExpressionClasses::knownConstant(Id _c)
173{

Callers 3

estimateMaxMethod · 0.80
optimizeBreakingItemMethod · 0.80
handleQueueItemMethod · 0.80

Calls 2

PatternClass · 0.70
matchesMethod · 0.45

Tested by

no test coverage detected