Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4736 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local
4753 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()
4765 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()
4767 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9136 auto *InnerLHS = LHS; in computeExitLimitFromICmp() local
9138 InnerLHS = ZExt->getOperand(); in computeExitLimitFromICmp()
9139 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(InnerLHS)) { in computeExitLimitFromICmp()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14645 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local
14646 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()