Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14798 unsigned ConcatNumElts = ConcatVT.getVectorNumElements(); in performINSERT_VECTOR_ELTCombine() local
14799 SDValue NewIdx = DAG.getConstant(Elt % ConcatNumElts, DL, in performINSERT_VECTOR_ELTCombine()
14802 unsigned ConcatOpIdx = Elt / ConcatNumElts; in performINSERT_VECTOR_ELTCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22497 unsigned ConcatNumElts = ConcatVT.getVectorNumElements(); in visitEXTRACT_VECTOR_ELT() local
22498 SDValue NewIdx = DAG.getConstant(Elt % ConcatNumElts, SL, in visitEXTRACT_VECTOR_ELT()
22501 SDValue ConcatOp = VecOp.getOperand(Elt / ConcatNumElts); in visitEXTRACT_VECTOR_ELT()