HomeSort by relevance Sort by last modified time
    Searched refs:Log2_64_Ceil (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
ArrayRecycler.h 79 return Capacity(N ? Log2_64_Ceil(N) : 0);
MathExtras.h 469 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
471 inline unsigned Log2_64_Ceil(uint64_t Value) {
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 811 unsigned Log2Ceil = Log2_64_Ceil(C);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2309 milliseconds