Home
last modified time | relevance | path

Searched refs:InnerLHS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1362 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()
H A DSemaExpr.cpp14015 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local
14016 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4722 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local
4739 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()
4751 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()
4753 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9217 auto *InnerLHS = LHS; in computeExitLimitFromICmp() local
9219 InnerLHS = ZExt->getOperand(); in computeExitLimitFromICmp()
9220 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(InnerLHS); in computeExitLimitFromICmp()