Searched refs:InsertIdx (Results 1 – 2 of 2) sorted by relevance
742 uint64_t InsertIdx[2]; in foldConstantInsEltIntoShuffle() local744 if (!match(InsElt.getOperand(2), m_ConstantInt(InsertIdx[0])) || in foldConstantInsEltIntoShuffle()746 !match(IEI->getOperand(2), m_ConstantInt(InsertIdx[1])) || in foldConstantInsEltIntoShuffle()755 for (uint64_t I : InsertIdx) { in foldConstantInsEltIntoShuffle()
7429 unsigned InsertIdx = NonConstIdx[i]; in LowerBUILD_VECTORvXi1() local7431 Op.getOperand(InsertIdx), in LowerBUILD_VECTORvXi1()7432 DAG.getIntPtrConstant(InsertIdx, dl)); in LowerBUILD_VECTORvXi1()