Polly 23.0.0git
llvm::simplify_type< polly::MemAccInst > Struct Reference

Specialize simplify_type for MemAccInst to enable dyn_cast and cast from a MemAccInst object. More...

#include <ScopHelper.h>

Public Types

typedef Instruction * SimpleType

Static Public Member Functions

static SimpleType getSimplifiedValue (polly::MemAccInst &I)

Detailed Description

Specialize simplify_type for MemAccInst to enable dyn_cast and cast from a MemAccInst object.

Definition at line 338 of file ScopHelper.h.

Member Typedef Documentation

◆ SimpleType

typedef Instruction* llvm::simplify_type< polly::MemAccInst >::SimpleType

Definition at line 339 of file ScopHelper.h.

Member Function Documentation

◆ getSimplifiedValue()

SimpleType llvm::simplify_type< polly::MemAccInst >::getSimplifiedValue ( polly::MemAccInst & I)
inlinestatic

Definition at line 340 of file ScopHelper.h.

References polly::MemAccInst::asInstruction().


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