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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 80 // HasMinMax - MIN and MAX instructions.
81 bool HasMinMax;
133 bool hasMinMax() const { return HasMinMax; }
MipsSubtarget.cpp 33 HasMinMax(false), HasSwap(false), HasBitCount(false)

Completed in 48 milliseconds