Lines Matching defs:setOperand
3367 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) {
3378 void setOperand(const BoUpSLP &R, bool RequireReorder = false) {
3383 setOperand(I, Ops.getVL(I));
8482 TE->setOperand(I, Handler.getOperands(I));
8512 TE->setOperand(*this);
8543 TE->setOperand(*this);
8588 TE->setOperand(*this);
8629 TE->setOperand(*this);
8684 TE->setOperand(0, Left);
8685 TE->setOperand(1, Right);
8730 TE->setOperand(*this, isa<BinaryOperator>(VL0) && isCommutative(VL0));
8750 TE->setOperand(0, Operands.front());
8785 TE->setOperand(IndexIdx, Operands.back());
8804 TE->setOperand(*this);
8818 TE->setOperand(*this, isCommutative(VL0));
8875 TE->setOperand(0, Left);
8876 TE->setOperand(1, Right);
8882 TE->setOperand(*this, isa<BinaryOperator>(VL0) || CI);
16693 PH->setOperand(I, NewInst);