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 86 // HasBitCount - Count leading '1' and '0' bits.
87 bool HasBitCount;
135 bool hasBitCount() const { return HasBitCount; }
MipsISelLowering.cpp 252 if (!Subtarget->hasBitCount()) {
    [all...]

Completed in 293 milliseconds