Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1824 Value *LHSBase, *RHSBase; in visitCmpInst() local
1828 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
1829 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
1858 Value *LHSBase, *RHSBase; in visitSub() local
1862 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
1863 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15801 const Expr *RHSBase = RHSExpr; in DiagnoseSelfMove() local
15813 RHSBase = RHSME->getBase(); in DiagnoseSelfMove()
15815 RHSME = dyn_cast<MemberExpr>(RHSBase); in DiagnoseSelfMove()
15819 RHSDeclRef = dyn_cast<DeclRefExpr>(RHSBase); in DiagnoseSelfMove()
15833 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()