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

Method String

ir/inst_binary.go:107–109  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

105// String returns the LLVM syntax representation of the instruction as a
106// type-value pair.
107func (inst *InstFAdd) String() string {
108 return fmt.Sprintf("%s %s", inst.Type(), inst.Ident())
109}
110
111// Type returns the type of the instruction.
112func (inst *InstFAdd) Type() types.Type {

Callers

nothing calls this directly

Calls 2

TypeMethod · 0.95
IdentMethod · 0.65

Tested by

no test coverage detected