regName property
final
The LLVM register name where this value is stored.
This is typically an LLVM register like %reg1
, %temp
, etc.
Implementation
final String regName;
The LLVM register name where this value is stored.
This is typically an LLVM register like %reg1
, %temp
, etc.
final String regName;