Searched refs:InnerLHS (Results 1 – 3 of 3) sorted by relevance
4723 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local4740 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()4752 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()4754 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
9180 auto *InnerLHS = LHS; in computeExitLimitFromICmp() local9182 InnerLHS = ZExt->getOperand(); in computeExitLimitFromICmp()9183 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(InnerLHS)) { in computeExitLimitFromICmp()
13617 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local13618 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()