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

/external/llvm/include/llvm/Support/
H A DArrayRecycler.h79 return Capacity(N ? Log2_64_Ceil(N) : 0);
H A DMathExtras.h508 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
510 inline unsigned Log2_64_Ceil(uint64_t Value) { function in namespace:llvm
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMathExtras.h328 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
330 inline unsigned Log2_64_Ceil(uint64_t Value) { function in namespace:llvm
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp814 unsigned Log2Ceil = Log2_64_Ceil(C);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13258 DAG.getConstant(Log2_64_Ceil(DL.getPointerSize()), dl, PtrVT);
15031 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, LHS.getValueType());
[all...]

Completed in 421 milliseconds