Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:CP

1191   if (const ConstantVector *CP = dyn_cast<ConstantVector>(Init)) {
1193 getDataLayout().getTypeAllocSize(CP->getType()->getElementType());
1194 for (unsigned i = 0, e = CP->getNumOperands(); i != e; ++i)
1195 InitializeMemory(CP->getOperand(i), (char*)Addr+i*ElementSize);