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

  /external/llvm/include/llvm/Support/
MathExtras.h 315 /// Log2_64 - This function returns the floor log base 2 of the specified value,
317 inline unsigned Log2_64(uint64_t Value) {
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 376 Imm = Log2_64(Imm);
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2958 milliseconds