Searched refs:InnerLHS (Results 1 – 4 of 4) sorted by relevance
1362 auto isValid = [](const ValueDecl *InitVar, const Expr *InnerLHS, in isValidForIncRHSAssign()1365 if (!InnerLHS->getType()->isIntegerType() && in isValidForIncRHSAssign()1374 const ValueDecl *LHSDecl = getDeclFromExpr(InnerLHS); in isValidForIncRHSAssign()
14015 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local14016 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()
4722 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local4739 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()4751 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()4753 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
9217 auto *InnerLHS = LHS; in computeExitLimitFromICmp() local9219 InnerLHS = ZExt->getOperand(); in computeExitLimitFromICmp()9220 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(InnerLHS); in computeExitLimitFromICmp()