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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 231 unsigned LHSWidth =
236 if (SrcIdx < (int)LHSWidth)
239 SrcIdx -= LHSWidth;
    [all...]
InstCombineCasts.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 109 unsigned LHSWidth =
114 if (InEl < (int)LHSWidth)
116 return FindScalarElement(SVI->getOperand(1), InEl - LHSWidth);
217 unsigned LHSWidth =
222 if (SrcIdx < (int)LHSWidth)
225 SrcIdx -= LHSWidth;
  /external/llvm/lib/Analysis/
VectorUtils.cpp 261 unsigned LHSWidth = SVI->getOperand(0)->getType()->getVectorNumElements();
265 if (InEl < (int)LHSWidth)
267 return findScalarElement(SVI->getOperand(1), InEl - LHSWidth);

Completed in 195 milliseconds