HomeSort by relevance Sort by last modified time
    Searched defs:getMaskElt (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 34 /// getMaskElt - Return element N of the specified mask.
35 static unsigned getMaskElt(unsigned Mask, unsigned Elt) {
74 return getMaskElt(Mask, 0)*9*9*9 + getMaskElt(Mask, 1)*9*9 +
75 getMaskElt(Mask, 2)*9 + getMaskElt(Mask, 3);
79 OS << "<" << (char)(getMaskElt(i, 0) == 8 ? 'u' : ('0'+getMaskElt(i, 0)))
80 << "," << (char)(getMaskElt(i, 1) == 8 ? 'u' : ('0'+getMaskElt(i, 1))
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 315 milliseconds