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

/external/llvm/include/llvm/Support/
H A DArrayRecycler.h79 return Capacity(N ? Log2_64_Ceil(N) : 0);
H A DMathExtras.h485 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
487 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.cpp12434 DAG.getConstant(Log2_64_Ceil(DL.getPointerSize()), dl, PtrVT);
14169 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, LHS.getValueType());
[all...]

Completed in 247 milliseconds