Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewRHS

1141           Value *NewRHS = Builder->CreateAnd(Op0RHS, AndRHS,
1143 return BinaryOperator::Create(Op0I->getOpcode(), Op0LHS, NewRHS);
2331 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS);
2333 // NewRHS.
2335 NewRHS = ConstantExpr::getAnd(NewRHS,
2339 I.setOperand(1, NewRHS);