Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewLHS

1148           Value *NewLHS = Builder->CreateAnd(Op0LHS, AndRHS,
1150 return BinaryOperator::Create(Op0I->getOpcode(), NewLHS, Op0RHS);