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

  /external/llvm/include/llvm/Support/
MathExtras.h 274 /// CountTrailingOnes_64 - This function performs the operation
278 inline unsigned CountTrailingOnes_64(uint64_t Value) {
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/llvm/lib/Support/
APInt.cpp 862 Count += CountTrailingOnes_64(pVal[i]);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 891 milliseconds