Searched refs:InnerLHS (Results 1 – 2 of 2) sorted by relevance
4226 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local4243 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()4255 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()4257 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
11425 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local11426 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()