Home
last modified time | relevance | path

Searched refs:CountTrailingOnes_64 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMathExtras.h278 inline unsigned CountTrailingOnes_64(uint64_t Value) { in CountTrailingOnes_64() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1233 return CountTrailingOnes_64(VAL); in countTrailingOnes()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp862 Count += CountTrailingOnes_64(pVal[i]); in countTrailingOnesSlowCase()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1759 DAG.getConstant(CountTrailingOnes_64(B.Mask), VT), in visitBitTestCase()
DDAGCombiner.cpp6306 if (CountTrailingOnes_64(NotMask >> NotMaskTZ)+NotMaskTZ+NotMaskLZ != 64) in CheckForMaskedLoad()