HomeSort by relevance Sort by last modified time
    Searched refs:InEl (Results 1 - 3 of 3) 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);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
VectorUtils.cpp 264 int InEl = SVI->getMaskValue(EltNo);
265 if (InEl < 0)
267 if (InEl < (int)LHSWidth)
268 return findScalarElement(SVI->getOperand(0), InEl);
269 return findScalarElement(SVI->getOperand(1), InEl - LHSWidth);

Completed in 5330 milliseconds