LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::TargetLoweringBase::IntrinsicInfo Struct Reference

#include <TargetLowering.h>

Collaboration diagram for llvm::TargetLoweringBase::IntrinsicInfo:
Collaboration graph
[legend]

Public Attributes

unsigned opc
 
EVT memVT
 
const ValueptrVal
 
int offset
 
unsigned align
 
bool vol
 
bool readMem
 
bool writeMem
 

Detailed Description

Definition at line 368 of file TargetLowering.h.

Member Data Documentation

unsigned llvm::TargetLoweringBase::IntrinsicInfo::align
EVT llvm::TargetLoweringBase::IntrinsicInfo::memVT
int llvm::TargetLoweringBase::IntrinsicInfo::offset
unsigned llvm::TargetLoweringBase::IntrinsicInfo::opc
const Value* llvm::TargetLoweringBase::IntrinsicInfo::ptrVal
bool llvm::TargetLoweringBase::IntrinsicInfo::readMem
bool llvm::TargetLoweringBase::IntrinsicInfo::vol
bool llvm::TargetLoweringBase::IntrinsicInfo::writeMem

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