Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewRHS

1066           Value *NewRHS = Builder->CreateAnd(Op0RHS, AndRHS,
1068 return BinaryOperator::Create(Op0I->getOpcode(), Op0LHS, NewRHS);
2173 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS);
2175 // NewRHS.
2177 NewRHS = ConstantExpr::getAnd(NewRHS,
2181 I.setOperand(1, NewRHS);