Lines Matching defs:CA
3329 if (const ConstantArray *CA = dyn_cast<ConstantArray>(V)) {
3332 assert(CA->getNumOperands() != 0 && "Should be a CAZ");
3333 Constant *Op0 = CA->getOperand(0);
3339 for (unsigned i = 1, e = CA->getNumOperands(); i != e; ++i)
3340 if (CA->getOperand(i) != Op0)
3407 const ConstantArray *CA, AsmPrinter &AP,
3412 int Value = isRepeatedByteSequence(CA, DL);
3415 uint64_t Bytes = DL.getTypeAllocSize(CA->getType());
3418 for (unsigned I = 0, E = CA->getNumOperands(); I != E; ++I) {
3419 emitGlobalConstantImpl(DL, CA->getOperand(I), AP, BaseCV, Offset,
3421 Offset += DL.getTypeAllocSize(CA->getOperand(I)->getType());