Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2046 Value *LHSBase, *RHSBase; in visitCmpInst() local
2050 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
2051 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
2091 Value *LHSBase, *RHSBase; in visitSub() local
2095 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
2096 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13627 const Expr *RHSBase = RHSExpr; in DiagnoseSelfMove() local
13639 RHSBase = RHSME->getBase(); in DiagnoseSelfMove()
13641 RHSME = dyn_cast<MemberExpr>(RHSBase); in DiagnoseSelfMove()
13645 RHSDeclRef = dyn_cast<DeclRefExpr>(RHSBase); in DiagnoseSelfMove()
13659 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()