Home
last modified time | relevance | path

Searched refs:Log2_64_Ceil (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DArrayRecycler.h79 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
DMathExtras.h510 inline unsigned Log2_64_Ceil(uint64_t Value) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMathExtras.h330 inline unsigned Log2_64_Ceil(uint64_t Value) { in Log2_64_Ceil() function
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp814 unsigned Log2Ceil = Log2_64_Ceil(C); in genConstMult()