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

  /external/llvm/include/llvm/Support/
MathExtras.h 298 /// CountTrailingOnes_64 - This function performs the operation
302 inline unsigned CountTrailingOnes_64(uint64_t Value) {
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 706 Num1s = CountTrailingOnes_64(ReplicatedOnes);
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 754 Count += CountTrailingOnes_64(pVal[i]);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 301 milliseconds