HomeSort by relevance Sort by last modified time
    Searched refs:HasBitCount (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 89 // HasBitCount - Count leading '1' and '0' bits.
90 bool HasBitCount;
149 bool hasBitCount() const { return HasBitCount; }
MipsSubtarget.cpp 34 HasMinMax(false), HasSwap(false), HasBitCount(false), InMips16Mode(false)

Completed in 529 milliseconds