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

Method String

ir/inst_binary.go:43–45  ·  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

41// String returns the LLVM syntax representation of the instruction as a
42// type-value pair.
43func (inst *InstAdd) String() string {
44 return fmt.Sprintf("%s %s", inst.Type(), inst.Ident())
45}
46
47// Type returns the type of the instruction.
48func (inst *InstAdd) Type() types.Type {

Callers 12

LLStringMethod · 0.45
LLStringMethod · 0.45
LLStringMethod · 0.45
LLStringMethod · 0.45
LLStringMethod · 0.45
LLStringMethod · 0.45
LLStringMethod · 0.45
LLStringMethod · 0.45
LLStringMethod · 0.45
LLStringMethod · 0.45
LLStringMethod · 0.45
LLStringMethod · 0.45

Calls 2

TypeMethod · 0.95
IdentMethod · 0.65

Tested by

no test coverage detected