Searched refs:SVN1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4487 auto *SVN1 = cast<ShuffleVectorSDNode>(N1); local
4495 if (!SVN0->hasOneUse() || !SVN1->hasOneUse() ||
4496 !SVN0->getMask().equals(SVN1->getMask()))

Completed in 138 milliseconds