Lines Matching refs:CA
750 } else if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) {753 unsigned N = CA->getNumOperands();755 printConstant(CA->getOperand(i)); // recurse to print operands757 << getCppName(CA->getOperand(i)) << ");";