Searched refs:OldRHS (Results 1 – 4 of 4) sorted by relevance
656 Value *OldRHS = Op->getOperand(1); in RewriteExprTree() local658 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()662 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()681 if (NewRHS != OldRHS) { in RewriteExprTree()682 BinaryOperator *BO = isReassociableOp(OldRHS, Opcode); in RewriteExprTree()
673 Value *OldRHS = Op->getOperand(1); in RewriteExprTree() local675 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()679 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()698 if (NewRHS != OldRHS) { in RewriteExprTree()699 BinaryOperator *BO = isReassociableOp(OldRHS, Opcode); in RewriteExprTree()
88 Value *OldRHS = I.getOperand(1); in SimplifyBSwap() local97 if (match(OldRHS, m_BSwap(m_Value(NewRHS)))) { in SimplifyBSwap()99 if (!OldLHS->hasOneUse() && !OldRHS->hasOneUse()) in SimplifyBSwap()102 } else if (match(OldRHS, m_APInt(C))) { in SimplifyBSwap()
110 Value *OldRHS = I.getOperand(1); in SimplifyBSwap() local112 ConstantInt *ConstRHS = dyn_cast<ConstantInt>(OldRHS); in SimplifyBSwap()114 IntrinsicInst *IntrRHS = dyn_cast<IntrinsicInst>(OldRHS); in SimplifyBSwap()