Home | History | Annotate | Download | only in IR

Lines Matching defs:ConstantArray

274   if (const ConstantArray *CA = dyn_cast<ConstantArray>(this))
913 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V)
915 OperandTraits<ConstantArray>::op_end(this) - V.size(),
925 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) {
931 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) {
956 // Otherwise, we really do want to create a ConstantArray.
1331 void ConstantArray::destroyConstantImpl() {
2780 /// ConstantArray::handleOperandChange is only invoked once, and that
2844 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To, Use *U) {