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

  /external/llvm/lib/Analysis/
VectorUtils.cpp 262 int InEl = SVI->getMaskValue(EltNo);
263 if (InEl < 0)
265 if (InEl < (int)LHSWidth)
266 return findScalarElement(SVI->getOperand(0), InEl);
267 return findScalarElement(SVI->getOperand(1), InEl - LHSWidth);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 111 int InEl = getShuffleMask(SVI)[EltNo];
112 if (InEl < 0)
114 if (InEl < (int)LHSWidth)
115 return FindScalarElement(SVI->getOperand(0), InEl);
116 return FindScalarElement(SVI->getOperand(1), InEl - LHSWidth);

Completed in 390 milliseconds