LLVM API Documentation
#include <ConstantsContext.h>


Public Member Functions | |
| void * | operator new (size_t s) |
| ShuffleVectorConstantExpr (Constant *C1, Constant *C2, Constant *C3) | |
| DECLARE_TRANSPARENT_OPERAND_ACCESSORS (Value) | |
| Transparently provide more efficient getOperand methods. | |
ShuffleVectorConstantExpr - This class is private to Constants.cpp, and is used behind the scenes to implement shufflevector constant exprs.
Definition at line 136 of file ConstantsContext.h.
| llvm::ShuffleVectorConstantExpr::ShuffleVectorConstantExpr | ( | Constant * | C1, |
| Constant * | C2, | ||
| Constant * | C3 | ||
| ) | [inline] |
Definition at line 144 of file ConstantsContext.h.
| llvm::ShuffleVectorConstantExpr::DECLARE_TRANSPARENT_OPERAND_ACCESSORS | ( | Value | ) |
Transparently provide more efficient getOperand methods.
| void* llvm::ShuffleVectorConstantExpr::operator new | ( | size_t | s | ) | [inline] |
Reimplemented from llvm::User.
Definition at line 141 of file ConstantsContext.h.