Lines Matching defs:VecIns
22862 SmallVector<SDValue, 8> VecIns;
22863 if (Op.getOpcode() == LogicOp && matchScalarReduction(Op, LogicOp, VecIns)) {
22864 EVT VT = VecIns[0].getValueType();
22865 assert(llvm::all_of(VecIns,
22875 for (unsigned Slot = 0, e = VecIns.size(); e - Slot > 1;
22879 SDValue LHS = VecIns[Slot];
22880 SDValue RHS = VecIns[Slot + 1];
22881 VecIns.push_back(DAG.getNode(LogicOp, DL, VT, LHS, RHS));
22884 return LowerVectorAllEqual(DL, VecIns.back(),