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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 79 // HasMinMax - MIN and MAX instructions.
80 bool HasMinMax;
127 bool hasMinMax() const { return HasMinMax; }
MipsSubtarget.cpp 30 HasMinMax(false), HasSwap(false), HasBitCount(false)

Completed in 54 milliseconds