Searched refs:InnerLHS (Results 1 – 4 of 4) sorted by relevance
4281 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local4298 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()4310 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()4312 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
4262 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local4279 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()4291 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()4293 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
10029 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local10030 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()
12953 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local12954 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()