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

#include "llvm/IR/Use.h"

Public Types

using SimpleType = Value *
 

Static Public Member Functions

static SimpleType getSimplifiedValue (const Use &Val)
 

Detailed Description

Definition at line 120 of file Use.h.

Member Typedef Documentation

◆ SimpleType

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

Definition at line 121 of file Use.h.

Member Function Documentation

◆ getSimplifiedValue()

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

Definition at line 123 of file Use.h.

References llvm::Use::get().


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