Helper struct shared between Function Specialization and SCCP Solver.
Declared in <llvm/Transforms/Utils/SCCPSolver.h>
struct ArgInfo;
| Name | Description |
|---|---|
ArgInfo [constructor] | Construct from a formal argument and its actual constant. |
operator== | Return true if both formal and actual match Other. |
operator!= | Return true if this differs from Other in formal or actual. |
| Name | Description |
|---|---|
Actual | Corresponding actual constant argument. |
Formal | Formal argument being analysed. |
| Name | Description |
|---|---|
llvm::hash_value | Combine hashes of the formal and actual for use in hash-based containers. |