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

Method String

ir/constant/expr_binary.go:314–316  ·  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

312// String returns the LLVM syntax representation of the constant expression as a
313// type-value pair.
314func (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.
319func (e *ExprUDiv) Type() types.Type {

Callers

nothing calls this directly

Calls 2

TypeMethod · 0.95
IdentMethod · 0.95

Tested by

no test coverage detected