Searched refs:OldLHS (Results 1 – 6 of 6) sorted by relevance
655 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local658 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()662 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()675 if (NewLHS != OldLHS) { in RewriteExprTree()676 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
672 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local675 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()679 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()692 if (NewLHS != OldLHS) { in RewriteExprTree()693 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
350 Value *OldLHS = I->getOperand(0); in RewriteExprTree() local366 RemoveDeadBinaryOp(OldLHS); in RewriteExprTree()
87 Value *OldLHS = I.getOperand(0); in SimplifyBSwap() local91 if (!match(OldLHS, m_BSwap(m_Value(NewLHS)))) in SimplifyBSwap()99 if (!OldLHS->hasOneUse() && !OldRHS->hasOneUse()) in SimplifyBSwap()104 if (!OldLHS->hasOneUse()) in SimplifyBSwap()
109 Value *OldLHS = I.getOperand(0); in SimplifyBSwap() local111 ConstantInt *ConstLHS = dyn_cast<ConstantInt>(OldLHS); in SimplifyBSwap()113 IntrinsicInst *IntrLHS = dyn_cast<IntrinsicInst>(OldLHS); in SimplifyBSwap()
8702 ExprResult OldLHS = LHS; in CheckShiftOperands() local8707 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()