String returns the LLVM syntax representation of the constant expression as a type-value pair.
()
| 312 | // String returns the LLVM syntax representation of the constant expression as a |
| 313 | // type-value pair. |
| 314 | func (e *ExprUDiv) String() string { |
| 315 | return fmt.Sprintf("%s %s", e.Type(), e.Ident()) |
| 316 | } |
| 317 | |
| 318 | // Type returns the type of the constant expression. |
| 319 | func (e *ExprUDiv) Type() types.Type { |