Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp992 Value *LHSBase, *RHSBase; in visitCmpInst() local
996 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
997 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
1038 Value *LHSBase, *RHSBase; in visitSub() local
1042 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
1043 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp13319 const Expr *RHSBase = RHSExpr; in DiagnoseSelfMove() local
13331 RHSBase = RHSME->getBase(); in DiagnoseSelfMove()
13333 RHSME = dyn_cast<MemberExpr>(RHSBase); in DiagnoseSelfMove()
13337 RHSDeclRef = dyn_cast<DeclRefExpr>(RHSBase); in DiagnoseSelfMove()
13351 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()