String returns the LLVM syntax representation of the constant expression as a type-value pair.
()
| 176 | // String returns the LLVM syntax representation of the constant expression as a |
| 177 | // type-value pair. |
| 178 | func (e *ExprFSub) String() string { |
| 179 | return fmt.Sprintf("%s %s", e.Type(), e.Ident()) |
| 180 | } |
| 181 | |
| 182 | // Type returns the type of the constant expression. |
| 183 | func (e *ExprFSub) Type() types.Type { |