layout: page |
title: Value (llvm.core) |
The name of the value.
[read-only]
The number of values that use (refer) this value. Same as len(val.uses) but faster if you just want the count.
Value objects can be stringified into it’s LLVM assembly language representation.
Value objects can be compared for equality. Internally, this converts both arguments into their LLVM assembly representations and compares the resultant strings.