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

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

Completed in 110 milliseconds