LLVM 22.0.0git
llvm::simplify_type< SDUse > Struct Reference

simplify_type specializations - Allow casting operators to work directly on SDValues as if they were SDNode*'s. More...

#include "llvm/CodeGen/SelectionDAGNodes.h"

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

Public Types

using SimpleType = SDNode *

Static Public Member Functions

static SimpleType getSimplifiedValue (SDUse &Val)

Detailed Description

simplify_type specializations - Allow casting operators to work directly on SDValues as if they were SDNode*'s.

Definition at line 373 of file SelectionDAGNodes.h.

Member Typedef Documentation

◆ SimpleType

using llvm::simplify_type< SDUse >::SimpleType = SDNode *

Definition at line 374 of file SelectionDAGNodes.h.

Member Function Documentation

◆ getSimplifiedValue()

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

Definition at line 376 of file SelectionDAGNodes.h.

References llvm::SDUse::getNode().


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