Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSV

1144   if (Value *LHSV = dyn_castNegVal(LHS)) {
1147 Value *NewAdd = Builder->CreateAdd(LHSV, RHSV, "sum");
1151 return BinaryOperator::CreateSub(RHS, LHSV);
1338 if (Value *LHSV = dyn_castFNegVal(LHS)) {
1339 Instruction *RI = BinaryOperator::CreateFSub(RHS, LHSV);