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

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h85 // HasBitCount - Count leading '1' and '0' bits.
86 bool HasBitCount; member in class:llvm::MipsSubtarget
129 bool hasBitCount() const { return HasBitCount; }
H A DMipsSubtarget.cpp30 HasMinMax(false), HasSwap(false), HasBitCount(false)

Completed in 58 milliseconds