Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp1961 Value *LHSBase, *RHSBase; in visitCmpInst() local
1965 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
1966 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
1995 Value *LHSBase, *RHSBase; in visitSub() local
1999 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
2000 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp17194 const Expr *RHSBase = RHSExpr; in DiagnoseSelfMove() local
17206 RHSBase = RHSME->getBase(); in DiagnoseSelfMove()
17208 RHSME = dyn_cast<MemberExpr>(RHSBase); in DiagnoseSelfMove()
17212 RHSDeclRef = dyn_cast<DeclRefExpr>(RHSBase); in DiagnoseSelfMove()
17226 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()