Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2036 Value *LHSBase, *RHSBase; in visitCmpInst() local
2040 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
2041 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
2083 Value *LHSBase, *RHSBase; in visitSub() local
2087 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
2088 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp18990 const Expr *RHSBase = RHSExpr; in DiagnoseSelfMove() local
19002 RHSBase = RHSME->getBase(); in DiagnoseSelfMove()
19004 RHSME = dyn_cast<MemberExpr>(RHSBase); in DiagnoseSelfMove()
19008 RHSDeclRef = dyn_cast<DeclRefExpr>(RHSBase); in DiagnoseSelfMove()
19022 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()