Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:MatchOp

173   Value *MatchOp, *OtherOpT, *OtherOpF;
176 MatchOp = TI->getOperand(0);
181 MatchOp = TI->getOperand(1);
188 MatchOp = TI->getOperand(0);
193 MatchOp = TI->getOperand(1);
207 return BinaryOperator::Create(BO->getOpcode(), MatchOp, NewSI);
209 return BinaryOperator::Create(BO->getOpcode(), NewSI, MatchOp);