llvm::simplify_type<Use>

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

Synopsis

Declared in <llvm/IR/Use.h>

template<>
struct simplify_type<Use>;

Type Aliases

NameDescription
SimpleType Simplified type used by casting operators.

Static Member Functions

NameDescription
getSimplifiedValue Return the value referenced by Val.