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

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

Completed in 59 milliseconds