Searched refs:CPA (Results 1 – 2 of 2) sorted by relevance
981 if (const ConstantArray *CPA = dyn_cast<ConstantArray>(Init)) { in InitializeMemory() local983 getDataLayout()->getTypeAllocSize(CPA->getType()->getElementType()); in InitializeMemory()984 for (unsigned i = 0, e = CPA->getNumOperands(); i != e; ++i) in InitializeMemory()985 InitializeMemory(CPA->getOperand(i), (char*)Addr+i*ElementSize); in InitializeMemory()
51485 and the original CPA implementation is that it now uses a ByteArray58356 CPA usage with JSC::ByteArray. Replace the JSCanvasPixelArray82289 of the CPA.