Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4538 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local
4555 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()
4567 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()
4569 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13193 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local
13194 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()