Searched refs:OldRHS (Results 1 – 2 of 2) 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()
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()