Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp4281 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local
4298 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()
4310 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()
4312 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp4262 SDValue InnerLHS = SetOrSelCC.getOperand(0); in mayUseP9Setb() local
4279 std::swap(InnerLHS, InnerRHS); in mayUseP9Setb()
4291 if (LHS == InnerRHS && RHS == InnerLHS) in mayUseP9Setb()
4293 else if (LHS != InnerLHS || RHS != InnerRHS) in mayUseP9Setb()
/external/clang/lib/Sema/
DSemaExpr.cpp10029 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local
10030 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp12953 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands() local
12954 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InnerLHS); in CheckAssignmentOperands()