llvm::simplify_type<Use const>

Allow clients to treat const uses just like values when using casting operators.

Synopsis

Declared in <llvm/IR/Use.h>

template<>
struct simplify_type<Use const>;

Type Aliases

NameDescription
SimpleType Simplified type used by casting operators.

Static Member Functions

NameDescription
getSimplifiedValue Return the value referenced by Val.