Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18885 SDValue ConcatOp = InVec.getOperand(ConcatOpIdx); in performINSERT_VECTOR_ELTCombine() local
18886 ConcatOp = DAG.getInsertVectorElt(DL, ConcatOp, InVal, NewIdx); in performINSERT_VECTOR_ELTCombine()
18889 ConcatOps[ConcatOpIdx] = ConcatOp; in performINSERT_VECTOR_ELTCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23914 SDValue ConcatOp = VecOp.getOperand(Elt / ConcatNumElts); in visitEXTRACT_VECTOR_ELT() local
23917 ConcatOp, NewIdx); in visitEXTRACT_VECTOR_ELT()