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

Method Ident

ir/constant/expr_binary.go:426–429  ·  view source on GitHub ↗

Ident returns the identifier associated with the constant expression.

()

Source from the content-addressed store, hash-verified

424
425// Ident returns the identifier associated with the constant expression.
426func (e *ExprFDiv) Ident() string {
427 // 'fdiv' '(' X=TypeConst ',' Y=TypeConst ')'
428 return fmt.Sprintf("fdiv (%s, %s)", e.X, e.Y)
429}
430
431// ~~~ [ urem ] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
432

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected