LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::simplify_type< Use > Struct Reference

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

#include "llvm/IR/Use.h"

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 115 of file Use.h.

Member Typedef Documentation

◆ SimpleType

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

Definition at line 116 of file Use.h.

Member Function Documentation

◆ getSimplifiedValue()

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

Definition at line 118 of file Use.h.

References llvm::Use::get().


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