MCPcopy Create free account
hub / github.com/llir/llvm / String

Method String

ir/constant/expr_binary.go:86–88  ·  view source on GitHub ↗

String returns the LLVM syntax representation of the constant expression as a type-value pair.

()

Source from the content-addressed store, hash-verified

84// String returns the LLVM syntax representation of the constant expression as a
85// type-value pair.
86func (e *ExprFAdd) String() string {
87 return fmt.Sprintf("%s %s", e.Type(), e.Ident())
88}
89
90// Type returns the type of the constant expression.
91func (e *ExprFAdd) Type() types.Type {

Callers

nothing calls this directly

Calls 2

TypeMethod · 0.95
IdentMethod · 0.95

Tested by

no test coverage detected