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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h268 /// CountTrailingOnes_32 - this function performs the operation of
270 /// bit. Ex. CountTrailingOnes_32(0x00FF00FF) == 8.
272 inline unsigned CountTrailingOnes_32(uint32_t Value) { function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1506 unsigned NumSTUses = CountTrailingOnes_32(STUses);
1513 unsigned NumSTDefs = CountTrailingOnes_32(STDefs);
1523 unsigned NumSTPopped = CountTrailingOnes_32(STPopped);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2223 unsigned Width = CountTrailingOnes_32(And_imm) - 1;

Completed in 232 milliseconds