Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NumPadBytes

643       if (unsigned NumPadBytes = TotalSize - CurSize) {
645 if (NumPadBytes > 1)
646 Ty = llvm::ArrayType::get(Ty, NumPadBytes);