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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 85 // HasBitCount - Count leading '1' and '0' bits.
86 bool HasBitCount;
129 bool hasBitCount() const { return HasBitCount; }
MipsSubtarget.cpp 30 HasMinMax(false), HasSwap(false), HasBitCount(false)

Completed in 92 milliseconds