LLVM API Documentation

ShuffleVectorConstantExpr Class Reference

Inheritance diagram for ShuffleVectorConstantExpr:

Inheritance graph
[legend]
Collaboration diagram for ShuffleVectorConstantExpr:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ShuffleVectorConstantExpr (Constant *C1, Constant *C2, Constant *C3)

Detailed Description

ShuffleVectorConstantExpr - This class is private to Constants.cpp, and is used behind the scenes to implement shufflevector constant exprs.

Definition at line 382 of file Constants.cpp.


Constructor & Destructor Documentation

ShuffleVectorConstantExpr::ShuffleVectorConstantExpr ( Constant C1,
Constant C2,
Constant C3 
) [inline]

Definition at line 385 of file Constants.cpp.


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