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

  /external/llvm/include/llvm/Support/
MathExtras.h 339 /// Log2_64 - This function returns the floor log base 2 of the specified value,
341 inline unsigned Log2_64(uint64_t Value) {
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 312 unsigned TestedBit = Log2_64(Val);
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 416 Imm = Log2_64(Imm);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [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/X86/
X86ISelLowering.cpp     [all...]

Completed in 166 milliseconds