Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NumPadBytes

672       if (unsigned NumPadBytes = TotalSize - CurSize) {
674 if (NumPadBytes > 1)
675 Ty = llvm::ArrayType::get(Ty, NumPadBytes);