Searched refs:NumPadBytes (Results 1 – 1 of 1) sorted by relevance
1091 if (unsigned NumPadBytes = TotalSize - CurSize) { in VisitCastExpr() local1093 if (NumPadBytes > 1) in VisitCastExpr()1094 Ty = llvm::ArrayType::get(Ty, NumPadBytes); in VisitCastExpr()