Searched refs:structSize (Results 1 – 2 of 2) sorted by relevance
489 unsigned structSize = 0; in getTypeSizeInBits() local496 structSize = llvm::alignTo(structSize, elementAlignment); in getTypeSizeInBits()497 structSize += dataLayout.getTypeSize(element); in getTypeSizeInBits()505 structSize = llvm::alignTo(structSize, structAlignment); in getTypeSizeInBits()506 return structSize * kBitsInByte; in getTypeSizeInBits()
149 unsigned structSize = 0; in runOnMachineBasicBlock() local150 if (needsUnimp(MI, structSize)) { in runOnMachineBasicBlock()155 TII->get(SP::UNIMP)).addImm(structSize); in runOnMachineBasicBlock()