[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-cov / Inputs / multithreaded_report / bytes.h
blobc239bb6480660458286f281921c0c5fa35689f57
1 #include <cmath>
2 #include <cstdint>
4 inline double logarithm(uint8_t v) {
5 return log(v);
8 bool loopBytes();