Lines Matching defs:VecIns
22479 SmallVector<SDValue, 8> VecIns;
22480 if (Op.getOpcode() == LogicOp && matchScalarReduction(Op, LogicOp, VecIns)) {
22481 EVT VT = VecIns[0].getValueType();
22482 assert(llvm::all_of(VecIns,
22492 for (unsigned Slot = 0, e = VecIns.size(); e - Slot > 1;
22496 SDValue LHS = VecIns[Slot];
22497 SDValue RHS = VecIns[Slot + 1];
22498 VecIns.push_back(DAG.getNode(LogicOp, DL, VT, LHS, RHS));
22501 return LowerVectorAllEqual(DL, VecIns.back(),