Home | History | Annotate | Download | only in InstCombine

Lines Matching full:matchop

155   Value *MatchOp, *OtherOpT, *OtherOpF;
158 MatchOp = TI->getOperand(0);
163 MatchOp = TI->getOperand(1);
170 MatchOp = TI->getOperand(0);
175 MatchOp = TI->getOperand(1);
189 return BinaryOperator::Create(BO->getOpcode(), MatchOp, NewSI);
191 return BinaryOperator::Create(BO->getOpcode(), NewSI, MatchOp);