HomeSort by: relevance | last modified time | path
    Searched refs:InsIndexC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 202 uint64_t InsIndexC;
204 m_ConstantInt(InsIndexC))))
213 if (ExtIndexC / NarrowingRatio != InsIndexC)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 20839 auto *InsIndexC = dyn_cast<ConstantSDNode>(Op0.getOperand(2));
20840 if (!InsIndexC || InsIndexC->getSExtValue() != Mask[ShufOp0Index])

Completed in 70 milliseconds