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

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< SDValue >:
[legend]

Public Types

using SimpleType = SDNode *

Static Public Member Functions

static SimpleType getSimplifiedValue (SDValue &Val)

Detailed Description

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

Definition at line 266 of file SelectionDAGNodes.h.

Member Typedef Documentation

◆ SimpleType

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

Definition at line 267 of file SelectionDAGNodes.h.

Member Function Documentation

◆ getSimplifiedValue()

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

Definition at line 269 of file SelectionDAGNodes.h.

References llvm::SDValue::getNode().


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