Holds if the value consumed by this operand is a glvalue. If this
holds, the value of the operand represents the address of a location,
and the type of the location is given by getType()
. If this does
not hold, the value of the operand represents a value whose type is
given by getType()
.
predicate isGLValue()