Searched refs:OldRHS (Results 1 – 4 of 4) sorted by relevance
616 Value *OldRHS = Op->getOperand(1); in RewriteExprTree() local618 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()622 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()641 if (NewRHS != OldRHS) { in RewriteExprTree()642 BinaryOperator *BO = isReassociableOp(OldRHS, Opcode); in RewriteExprTree()
3885 const SDValue OldRHS) const;3890 const SDValue OldRHS, SDValue &Chain,
295 const SDValue OldRHS) const { in softenSetCCOperands()298 OldRHS, Chain); in softenSetCCOperands()305 const SDValue OldRHS, in softenSetCCOperands() argument408 OldRHS.getValueType() }; in softenSetCCOperands()
10295 SDValue OldRHS = N0.getOperand(1); in foldBitOrderCrossLogicOp() local10299 if (OldLHS.getOpcode() == Opcode && OldRHS.getOpcode() == Opcode) { in foldBitOrderCrossLogicOp()10301 OldRHS.getOperand(0)); in foldBitOrderCrossLogicOp()10305 SDValue NewBitReorder = DAG.getNode(Opcode, DL, VT, OldRHS); in foldBitOrderCrossLogicOp()10310 if (OldRHS.getOpcode() == Opcode && OldRHS.hasOneUse()) { in foldBitOrderCrossLogicOp()10313 OldRHS.getOperand(0)); in foldBitOrderCrossLogicOp()