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

Method Ident

ir/constant/expr_binary.go:100–103  ·  view source on GitHub ↗

Ident returns the identifier associated with the constant expression.

()

Source from the content-addressed store, hash-verified

98
99// Ident returns the identifier associated with the constant expression.
100func (e *ExprFAdd) Ident() string {
101 // 'fadd' '(' X=TypeConst ',' Y=TypeConst ')'
102 return fmt.Sprintf("fadd (%s, %s)", e.X, e.Y)
103}
104
105// ~~~ [ sub ] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected