Searched refs:OldLHS (Results 1 – 3 of 3) sorted by relevance
756 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local759 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()763 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()776 if (NewLHS != OldLHS) { in RewriteExprTree()777 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
119 Value *OldLHS = I.getOperand(0); in SimplifyBSwap() local121 ConstantInt *ConstLHS = dyn_cast<ConstantInt>(OldLHS); in SimplifyBSwap()123 IntrinsicInst *IntrLHS = dyn_cast<IntrinsicInst>(OldLHS); in SimplifyBSwap()
8266 ExprResult OldLHS = LHS; in CheckShiftOperands() local8271 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()