Searched refs:adjustToWidth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DScaledNumber.h527 static ScaledNumber get(uint64_t N) { return adjustToWidth(N, 0); }
709 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { function in class:llvm::ScaledNumber

Completed in 350 milliseconds