Home
last modified time | relevance | path

Searched refs:IntNumValues (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp713 int64_t IntNumValues; in emitFill() local
715 if (NumValues.evaluateAsAbsolute(IntNumValues, getAssemblerPtr())) { in emitFill()
716 if (IntNumValues < 0) { in emitFill()
725 for (uint64_t i = 0, e = IntNumValues; i != e; ++i) { in emitFill()