Searched refs:CountTrailingOnes_32 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h261 /// CountTrailingOnes_32 - this function performs the operation of
263 /// bit. Ex. CountTrailingOnes_32(0x00FF00FF) == 8.
265 inline unsigned CountTrailingOnes_32(uint32_t Value) { function in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h243 /// CountTrailingOnes_32 - this function performs the operation of
245 /// bit. Ex. CountTrailingOnes_32(0x00FF00FF) == 8.
247 inline unsigned CountTrailingOnes_32(uint32_t Value) { function in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FloatingPoint.cpp1506 unsigned NumSTUses = CountTrailingOnes_32(STUses);
1513 unsigned NumSTDefs = CountTrailingOnes_32(STDefs);
1523 unsigned NumSTPopped = CountTrailingOnes_32(STPopped);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2135 unsigned Width = CountTrailingOnes_32(And_imm) - 1;

Completed in 132 milliseconds