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

Method String

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

410// String returns the LLVM syntax representation of the constant expression as a
411// type-value pair.
412func (e *ExprFDiv) String() string {
413 return fmt.Sprintf("%s %s", e.Type(), e.Ident())
414}
415
416// Type returns the type of the constant expression.
417func (e *ExprFDiv) Type() types.Type {

Callers

nothing calls this directly

Calls 2

TypeMethod · 0.95
IdentMethod · 0.95

Tested by

no test coverage detected