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

#include "llvm/CodeGen/SelectionDAGNodes.h"

Public Types

using SimpleType = SDNode *
 

Static Public Member Functions

static SimpleType getSimplifiedValue (const SDValue &Val)
 

Detailed Description

Definition at line 271 of file SelectionDAGNodes.h.

Member Typedef Documentation

◆ SimpleType

using llvm::simplify_type< const SDValue >::SimpleType = SDNode *

Definition at line 272 of file SelectionDAGNodes.h.

Member Function Documentation

◆ getSimplifiedValue()

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

Definition at line 274 of file SelectionDAGNodes.h.

References llvm::SDValue::getNode().


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