Searched refs:CountLeadingOnes_32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h188 /// CountLeadingOnes_32 - this function performs the operation of
190 /// bit. Ex. CountLeadingOnes_32(0xFF0FFF00) == 8.
192 inline unsigned CountLeadingOnes_32(uint32_t Value) { function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp980 : CountLeadingOnes_32(Imm);

Completed in 112 milliseconds