Searched refs:OldLHS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp717 Value *OldLHS = Op->getOperand(0); local
720 if (NewLHS == OldLHS && NewRHS == OldRHS)
724 if (NewLHS == OldRHS && NewRHS == OldLHS) {
737 if (NewLHS != OldLHS) {
738 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp7304 ExprResult OldLHS = LHS;
7309 if (IsCompAssign) LHS = OldLHS;

Completed in 145 milliseconds