Lines Matching defs:ConstantVector
457 /// ConstantVector - Constant Vector Declarations
459 class ConstantVector : public Constant {
460 friend struct ConstantCreator<ConstantVector, VectorType,
462 ConstantVector(const ConstantVector &); // DO NOT IMPLEMENT
464 ConstantVector(VectorType *T, ArrayRef<Constant *> Val);
466 // ConstantVector accessors
493 static inline bool classof(const ConstantVector *) { return true; }
500 struct OperandTraits<ConstantVector> :
501 public VariadicOperandTraits<ConstantVector> {
504 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ConstantVector, Constant)