Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24099 if (auto *CurSVN = dyn_cast<ShuffleVectorSDNode>(Op); in combineConcatVectorOfShuffleAndItsOperands() local
24100 CurSVN && CurSVN->getOperand(1).isUndef() && N->isOnlyUserOf(CurSVN) && in combineConcatVectorOfShuffleAndItsOperands()
24101 all_of(N->ops(), [CurSVN](SDValue Op) { in combineConcatVectorOfShuffleAndItsOperands()
24104 (Op.getNode() == CurSVN || is_contained(CurSVN->ops(), Op)); in combineConcatVectorOfShuffleAndItsOperands()
24106 SVN = CurSVN; in combineConcatVectorOfShuffleAndItsOperands()