Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewLHS

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