MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / IsConstant

Method IsConstant

function.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159bool RegisterValue::IsConstant() const
160{
161 return (state == ConstantValue) || (state == ConstantPointerValue);
162}
163
164
165bool RegisterValue::IsConstantData() const

Callers 2

FunctionInlinerFunction · 0.80
TailCallTranslationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected