Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4542 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local
4559 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()
4571 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()
4573 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp13072 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local
13073 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()