public interface LoweringProvider
| Modifier and Type | Method and Description |
|---|---|
void |
lower(Node n,
LoweringTool tool) |
ValueNode |
reconstructArrayIndex(Kind elementKind,
AddressNode address)
Reconstructs the array index from an address node that was created as a lowering of an
indexed access to an array.
|
void lower(Node n, LoweringTool tool)
ValueNode reconstructArrayIndex(Kind elementKind, AddressNode address)
elementKind - the Kind of the array elementsaddress - an AddressNode pointing to an element in an array