Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp1914 Value *LHSBase, *RHSBase; in visitCmpInst() local
1918 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
1919 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
1948 Value *LHSBase, *RHSBase; in visitSub() local
1952 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
1953 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp16915 const Expr *RHSBase = RHSExpr; in DiagnoseSelfMove() local
16927 RHSBase = RHSME->getBase(); in DiagnoseSelfMove()
16929 RHSME = dyn_cast<MemberExpr>(RHSBase); in DiagnoseSelfMove()
16933 RHSDeclRef = dyn_cast<DeclRefExpr>(RHSBase); in DiagnoseSelfMove()
16947 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()