Searched refs:Log2_64 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h329 /// Log2_64 - This function returns the floor log base 2 of the specified value,
331 inline unsigned Log2_64(uint64_t Value) { function in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h311 /// Log2_64 - This function returns the floor log base 2 of the specified value,
313 inline unsigned Log2_64(uint64_t Value) { function in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp395 Imm = Log2_64(Imm);
1130 Imm = Log2_64(Imm);
1134 Imm = Log2_64(Imm);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmParser.cpp2462 Pow2Alignment = Log2_64(Pow2Alignment);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp8470 if (!isPowerOf2_64(cN) || c0 != cN || Log2_64(c0) < 1 || Log2_64(c0) > 32)
8510 DAG.getConstant(Log2_64(C), MVT::i32));
8546 Op.getOperand(0), DAG.getConstant(Log2_64(C), MVT::i32));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp14646 DAG.getConstant(Log2_64(MulAmt1), MVT::i8));
14653 DAG.getConstant(Log2_64(MulAmt2), MVT::i8));

Completed in 481 milliseconds