Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21467 SDValue InsertVal0 = Elt.getOperand(0); in mergeEltWithShuffle() local
21482 if (ArgVal == InsertVal0) { in mergeEltWithShuffle()
21506 if (!Y.isUndef() || InsertVal0.getValueType() != Y.getValueType()) in mergeEltWithShuffle()
21509 Y = InsertVal0; in mergeEltWithShuffle()