LLVM API Documentation

DirectIntRules< ConstantClass, BuiltinType, Ty > Struct Template Reference

Inheritance diagram for DirectIntRules< ConstantClass, BuiltinType, Ty >:

Inheritance graph
[legend]
Collaboration diagram for DirectIntRules< ConstantClass, BuiltinType, Ty >:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

static ConstantDiv (const ConstantClass *V1, const ConstantClass *V2)
static ConstantRem (const ConstantClass *V1, const ConstantClass *V2)
static ConstantAnd (const ConstantClass *V1, const ConstantClass *V2)
static ConstantOr (const ConstantClass *V1, const ConstantClass *V2)
static ConstantXor (const ConstantClass *V1, const ConstantClass *V2)
static ConstantShl (const ConstantClass *V1, const ConstantClass *V2)
static ConstantShr (const ConstantClass *V1, const ConstantClass *V2)

Detailed Description

template<class ConstantClass, class BuiltinType, Type ** Ty>
struct DirectIntRules< ConstantClass, BuiltinType, Ty >

Definition at line 491 of file VMCore/ConstantFolding.cpp.


Member Function Documentation

template<class ConstantClass, class BuiltinType, Type ** Ty>
static Constant* DirectIntRules< ConstantClass, BuiltinType, Ty >::And ( const ConstantClass *  V1,
const ConstantClass *  V2 
) [inline, static]

Reimplemented from TemplateRules< ConstantClass, DirectIntRules< ConstantClass, BuiltinType, Ty > >.

Definition at line 514 of file VMCore/ConstantFolding.cpp.

References R, and Ty.

template<class ConstantClass, class BuiltinType, Type ** Ty>
static Constant* DirectIntRules< ConstantClass, BuiltinType, Ty >::Div ( const ConstantClass *  V1,
const ConstantClass *  V2 
) [inline, static]

Reimplemented from DirectRules< ConstantClass, BuiltinType, Ty, DirectIntRules< ConstantClass, BuiltinType, Ty > >.

Definition at line 495 of file VMCore/ConstantFolding.cpp.

References R, and Ty.

template<class ConstantClass, class BuiltinType, Type ** Ty>
static Constant* DirectIntRules< ConstantClass, BuiltinType, Ty >::Or ( const ConstantClass *  V1,
const ConstantClass *  V2 
) [inline, static]

Reimplemented from TemplateRules< ConstantClass, DirectIntRules< ConstantClass, BuiltinType, Ty > >.

Definition at line 518 of file VMCore/ConstantFolding.cpp.

References R, and Ty.

template<class ConstantClass, class BuiltinType, Type ** Ty>
static Constant* DirectIntRules< ConstantClass, BuiltinType, Ty >::Rem ( const ConstantClass *  V1,
const ConstantClass *  V2 
) [inline, static]

Reimplemented from TemplateRules< ConstantClass, DirectIntRules< ConstantClass, BuiltinType, Ty > >.

Definition at line 504 of file VMCore/ConstantFolding.cpp.

References R, and Ty.

template<class ConstantClass, class BuiltinType, Type ** Ty>
static Constant* DirectIntRules< ConstantClass, BuiltinType, Ty >::Shl ( const ConstantClass *  V1,
const ConstantClass *  V2 
) [inline, static]

Reimplemented from TemplateRules< ConstantClass, DirectIntRules< ConstantClass, BuiltinType, Ty > >.

Definition at line 527 of file VMCore/ConstantFolding.cpp.

References R, and Ty.

template<class ConstantClass, class BuiltinType, Type ** Ty>
static Constant* DirectIntRules< ConstantClass, BuiltinType, Ty >::Shr ( const ConstantClass *  V1,
const ConstantClass *  V2 
) [inline, static]

Reimplemented from TemplateRules< ConstantClass, DirectIntRules< ConstantClass, BuiltinType, Ty > >.

Definition at line 532 of file VMCore/ConstantFolding.cpp.

References R, and Ty.

template<class ConstantClass, class BuiltinType, Type ** Ty>
static Constant* DirectIntRules< ConstantClass, BuiltinType, Ty >::Xor ( const ConstantClass *  V1,
const ConstantClass *  V2 
) [inline, static]

Reimplemented from TemplateRules< ConstantClass, DirectIntRules< ConstantClass, BuiltinType, Ty > >.

Definition at line 522 of file VMCore/ConstantFolding.cpp.

References R, and Ty.


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