Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24392 SDValue Bop0 = BinOp.getOperand(0), Bop1 = BinOp.getOperand(1); in narrowInsertExtractVectorBinOp() local
24393 if (VecVT != Bop0.getValueType() || VecVT != Bop1.getValueType()) in narrowInsertExtractVectorBinOp()
24401 SDValue Sub0 = getSubVectorSrc(Bop0, Index, SubVT); in narrowInsertExtractVectorBinOp()