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

  /external/llvm/include/llvm/Support/
MathExtras.h 459 /// Log2_64 - This function returns the floor log base 2 of the specified value,
461 inline unsigned Log2_64(uint64_t Value) {
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 433 Imm = Log2_64(Imm);
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 812 DAG.getConstant(Log2_64(C), ShiftTy));
815 uint64_t Floor = 1LL << Log2_64(C);
    [all...]
  /external/clang/lib/AST/
Type.cpp 88 return NumElements.getActiveBits() + llvm::Log2_64(ElementSize);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1837 milliseconds