Searched refs:RHSIdx (Results 1 – 2 of 2) sorted by relevance
1643 unsigned RHSIdx = -1u, RHSValIdx = -1u; in SimplifyDemandedVectorElts() local1667 RHSIdx = RHSIdx == -1u ? i : OpWidth; in SimplifyDemandedVectorElts()1692 if (RHSIdx < OpWidth && LHSUniform) { in SimplifyDemandedVectorElts()1696 Idx = RHSIdx; in SimplifyDemandedVectorElts()
12989 uint64_t RHSIdx = cast<ConstantSDNode>(RHS.getOperand(1))->getLimitedValue(); in combineBinOpOfExtractToReduceTree() 13007 if (0 == std::min(LHSIdx, RHSIdx) && 1 == std::max(LHSIdx, RHSIdx)) { in combineBinOpOfExtractToReduceTree() 13025 ReduceVec.getValueType().getVectorNumElements() == RHSIdx) { in combineBinOpOfExtractToReduceTree() 13030 EVT ReduceVT = EVT::getVectorVT(*DAG.getContext(), VT, RHSIdx + 1); in combineBinOpOfExtractToReduceTree() 12986 uint64_t RHSIdx = cast<ConstantSDNode>(RHS.getOperand(1))->getLimitedValue(); combineBinOpOfExtractToReduceTree() local