Lines Matching refs:ConstantArray
190 if (const ConstantArray *CA = dyn_cast<ConstantArray>(this))
728 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V)
730 OperandTraits<ConstantArray>::op_end(this) - V.size(),
740 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) {
830 // Otherwise, we really do want to create a ConstantArray.
1245 void ConstantArray::destroyConstant() {
2523 /// ConstantArray::replaceUsesOfWithOnConstant is only invoked once, and that
2528 void ConstantArray::replaceUsesOfWithOnConstant(Value *From, Value *To,