HomeSort by: relevance | last modified time | path
    Searched refs:SaturatingAdd (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/LTO/
SummaryBasedOptimizations.cpp 72 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>()));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
CGProfile.cpp 60 Count = SaturatingAdd(Count, NewCount);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MathExtras.h 803 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
855 return SaturatingAdd(Z, Y, ResultOverflowed);
874 return SaturatingAdd(A, Product, &Overflowed);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 916 TotalCount = SaturatingAdd(TotalCount, V.Count);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 98 SaturatingAdd<uint64_t>(Temp.toInt<uint64_t>(), RelBlockFreq);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 1071 SaturatingAdd(DL.getTypeAllocSize(Ty).getKnownMinSize(), AllocatedSize);

Completed in 97 milliseconds