Home
last modified time | relevance | path

Searched refs:RHSIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1643 unsigned RHSIdx = -1u, RHSValIdx = -1u; in SimplifyDemandedVectorElts() local
1667 RHSIdx = RHSIdx == -1u ? i : OpWidth; in SimplifyDemandedVectorElts()
1692 if (RHSIdx < OpWidth && LHSUniform) { in SimplifyDemandedVectorElts()
1696 Idx = RHSIdx; in SimplifyDemandedVectorElts()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12989 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