String returns the LLVM syntax representation of the constant expression as a type-value pair.
()
| 410 | // String returns the LLVM syntax representation of the constant expression as a |
| 411 | // type-value pair. |
| 412 | func (e *ExprFDiv) String() string { |
| 413 | return fmt.Sprintf("%s %s", e.Type(), e.Ident()) |
| 414 | } |
| 415 | |
| 416 | // Type returns the type of the constant expression. |
| 417 | func (e *ExprFDiv) Type() types.Type { |