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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h342 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
344 inline unsigned Log2_64_Ceil(uint64_t Value) { function in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h324 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
326 inline unsigned Log2_64_Ceil(uint64_t Value) { function in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp7725 SDValue Scale = DAG.getConstant(Log2_64_Ceil(TD->getPointerSize()),
8755 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), LHS.getValueType());

Completed in 277 milliseconds