Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NewSI

144     Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
146 return CastInst::Create(Instruction::CastOps(TI->getOpcode()), NewSI,
184 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
189 return BinaryOperator::Create(BO->getOpcode(), MatchOp, NewSI);
191 return BinaryOperator::Create(BO->getOpcode(), NewSI, MatchOp);