Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp561 Value *VecBO = in foldExtExtBinop() local
566 if (auto *VecBOInst = dyn_cast<Instruction>(VecBO)) in foldExtExtBinop()
569 Value *NewExt = Builder.CreateExtractElement(VecBO, Ext0->getIndexOperand()); in foldExtExtBinop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26441 SDValue VecBO = DAG.getNode(Opcode, DL, VT, V[i], V[1 - i]); in visitSCALAR_TO_VECTOR() local
26442 return DAG.getVectorShuffle(VT, DL, VecBO, DAG.getUNDEF(VT), in visitSCALAR_TO_VECTOR()