Searched refs:OldRHS (Results 1 – 2 of 2) sorted by relevance
790 Value *OldRHS = Op->getOperand(1); in RewriteExprTree() local792 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()796 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()815 if (NewRHS != OldRHS) { in RewriteExprTree()816 BinaryOperator *BO = isReassociableOp(OldRHS, Opcode); in RewriteExprTree()
119 Value *OldRHS = I.getOperand(1); in SimplifyBSwap() local121 ConstantInt *ConstRHS = dyn_cast<ConstantInt>(OldRHS); in SimplifyBSwap()123 IntrinsicInst *IntrRHS = dyn_cast<IntrinsicInst>(OldRHS); in SimplifyBSwap()