LLVM API Documentation
#include "llvm/Support/BranchProbability.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static uint64_t | scale (uint64_t Num, uint32_t N, uint32_t D) |
static uint64_t scale | ( | uint64_t | Num, |
uint32_t | N, | ||
uint32_t | D | ||
) | [static] |
Definition at line 28 of file BranchProbability.cpp.
References UINT64_MAX.
Referenced by llvm::ARMInstPrinter::printAdrLabelOperand(), and llvm::ScaledNumber< DigitsT >::scale().