Searched refs:SrcIndices (Results 1 – 2 of 2) sorted by relevance
116 SmallVector<unsigned, 2> SrcIndices = {0}; in tryToReduceVL() local126 SrcIndices[0] = 2; in tryToReduceVL()129 SrcIndices.assign({2, 3}); in tryToReduceVL()147 SrcIndices[0] = 2; in tryToReduceVL()156 for (unsigned SrcIdx : SrcIndices) { in tryToReduceVL()
1981 int SrcIndices[] = { in FoldOperand() local1995 for (int OtherSrcIdx : SrcIndices) { in FoldOperand()