Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4571 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local
4588 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()
4600 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()
4602 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp9176 auto *InnerLHS = LHS; in computeExitLimitFromICmp() local
9178 InnerLHS = ZExt->getOperand(); in computeExitLimitFromICmp()
9179 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(InnerLHS)) { in computeExitLimitFromICmp()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp14184 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local
14185 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()