Searched refs:CountTrailingOnes_64 (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h288 /// CountTrailingOnes_64 - This function performs the operation
292 inline unsigned CountTrailingOnes_64(uint64_t Value) { function in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h270 /// CountTrailingOnes_64 - This function performs the operation
274 inline unsigned CountTrailingOnes_64(uint64_t Value) { function in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPInt.h1284 return CountTrailingOnes_64(VAL);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1001 MB = 64 - CountTrailingOnes_64(Imm64);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp754 Count += CountTrailingOnes_64(pVal[i]);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp896 if (CountTrailingOnes_64(Mask >> MaskTZ) + MaskTZ + MaskLZ != 64) return true;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1814 DAG.getConstant(CountTrailingOnes_64(B.Mask), VT),
H A DDAGCombiner.cpp7171 if (CountTrailingOnes_64(NotMask >> NotMaskTZ)+NotMaskTZ+NotMaskLZ != 64)

Completed in 333 milliseconds