Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp228 uint64_t ScaleCount = SaturatingMultiply(Count, Num, &Overflowed); in getScaledCount() local
229 return ScaleCount / Denom; in getScaledCount()