Searched refs:IntNumBytes (Results 1 – 1 of 1) sorted by relevance
1321 int64_t IntNumBytes; in emitFill() local1322 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); in emitFill()1323 if (IsAbsolute && IntNumBytes == 0) in emitFill()1338 for (int i = 0; i < IntNumBytes; ++i) { in emitFill()