decompiler 1.0.0
Public Member Functions | Public Attributes | List of all members
ghidra::SubfloatFlow::State Class Reference

Internal state for walking floating-point data-flow and computing precision. More...

Public Member Functions

 State (PcodeOp *o)
 
void incorporateInputSize (int4 sz)
 Accumulate precision coming in from an input Varnode to this node.
 

Public Attributes

PcodeOp * op
 Operation being traversed.
 
int4 slot
 Input edge being traversed.
 
int4 maxPrecision
 Maximum precision traversed through inputs so far.
 

Detailed Description

Internal state for walking floating-point data-flow and computing precision.

Constructor & Destructor Documentation

◆ State()

ghidra::SubfloatFlow::State::State ( PcodeOp *  o)
inline

Constructor

References maxPrecision, op, and slot.


The documentation for this class was generated from the following file: