Searched refs:CPs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp529 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); local
532 for (unsigned i = 0, e = CPs.size(); i != e; ++i) {
533 unsigned Size = TD.getTypeAllocSize(CPs[i].getType());
535 unsigned Align = CPs[i].getAlignment();

Completed in 62 milliseconds