Home | History | Annotate | Download | only in IR

Lines Matching defs:ConstantArray

886 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V)
892 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) {
898 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) {
923 // Otherwise, we really do want to create a ConstantArray.
1278 void ConstantArray::destroyConstantImpl() {
2688 /// ConstantArray::handleOperandChange is only invoked once, and that
2720 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To) {