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

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

Completed in 38 milliseconds