Searched refs:UniqueIdx (Results 1 – 1 of 1) sorted by relevance
1795 static bool getUniqueInsertion(SDNode *N, unsigned &UniqueIdx) { in getUniqueInsertion() argument1811 UniqueIdx = Idx++; in getUniqueInsertion()1834 unsigned UniqueIdx; in lowerBUILD_VECTOR() local1835 if (getUniqueInsertion(Op.getNode(), UniqueIdx)) { in lowerBUILD_VECTOR()1837 auto ElemV = Op->getOperand(UniqueIdx); in lowerBUILD_VECTOR()1838 SDValue IdxV = CDAG.getConstant(UniqueIdx, MVT::i64); in lowerBUILD_VECTOR()