Polly 19.0.0git
Public Types | Static Public Member Functions | List of all members
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 334 of file ScopHelper.h.

Member Typedef Documentation

◆ SimpleType

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

Definition at line 335 of file ScopHelper.h.

Member Function Documentation

◆ getSimplifiedValue()

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

Definition at line 336 of file ScopHelper.h.

References polly::MemAccInst::asInstruction().


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