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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 215 unsigned LHSWidth =
220 if (SrcIdx < (int)LHSWidth)
223 SrcIdx -= LHSWidth;
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 394 unsigned LHSWidth = SVI->getOperand(0)->getType()->getVectorNumElements();
398 if (InEl < (int)LHSWidth)
400 return findScalarElement(SVI->getOperand(1), InEl - LHSWidth);

Completed in 646 milliseconds