LLVM 23.0.0git
llvm::simplify_type< Use > Struct Reference

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

#include "llvm/IR/Use.h"

Inheritance diagram for llvm::simplify_type< Use >:
[legend]

Public Types

using SimpleType = Value *

Static Public Member Functions

static SimpleType getSimplifiedValue (Use &Val)

Detailed Description

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

Definition at line 110 of file Use.h.

Member Typedef Documentation

◆ SimpleType

using llvm::simplify_type< Use >::SimpleType = Value *

Definition at line 111 of file Use.h.

Member Function Documentation

◆ getSimplifiedValue()

SimpleType llvm::simplify_type< Use >::getSimplifiedValue ( Use & Val)
inlinestatic

Definition at line 113 of file Use.h.

References llvm::Use::get().


The documentation for this struct was generated from the following file: