Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4552 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local
4569 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()
4581 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()
4583 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8909 auto *InnerLHS = LHS; in computeExitLimitFromICmp() local
8911 InnerLHS = ZExt->getOperand(); in computeExitLimitFromICmp()
8912 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(InnerLHS)) { in computeExitLimitFromICmp()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp13897 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local
13898 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()