Searched refs:ConcatOpIdx (Results 1 – 2 of 2) sorted by relevance
24871 unsigned ConcatOpIdx = ExtIdx / ConcatSrcNumElts; in visitEXTRACT_SUBVECTOR() local24877 return V.getOperand(ConcatOpIdx); in visitEXTRACT_SUBVECTOR()24886 unsigned NewExtIdx = ExtIdx - ConcatOpIdx * ConcatSrcNumElts; in visitEXTRACT_SUBVECTOR()24893 V.getOperand(ConcatOpIdx), NewIndexC); in visitEXTRACT_SUBVECTOR()
16146 unsigned ConcatOpIdx = Elt / ConcatNumElts; in performINSERT_VECTOR_ELTCombine() 16147 SDValue ConcatOp = InVec.getOperand(ConcatOpIdx); in performINSERT_VECTOR_ELTCombine() 16153 ConcatOps[ConcatOpIdx] = ConcatOp;16143 unsigned ConcatOpIdx = Elt / ConcatNumElts; performINSERT_VECTOR_ELTCombine() local