Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1363 const Expr *InnerRHS, bool IsAddition) { in isValidForIncRHSAssign() argument
1366 !InnerRHS->getType()->isIntegerType()) in isValidForIncRHSAssign()
1375 const ValueDecl *RHSDecl = getDeclFromExpr(InnerRHS); in isValidForIncRHSAssign()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4723 SDValue InnerRHS = SetOrSelCC.getOperand(1); in mayUseP9Setb() local
4739 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()
4751 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()
4753 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()