Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2212 Value *LHSBase, *RHSBase; in visitCmpInst() local
2216 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
2217 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
2257 Value *LHSBase, *RHSBase; in visitSub() local
2261 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
2262 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15060 const Expr *RHSBase = RHSExpr; in DiagnoseSelfMove() local
15072 RHSBase = RHSME->getBase(); in DiagnoseSelfMove()
15074 RHSME = dyn_cast<MemberExpr>(RHSBase); in DiagnoseSelfMove()
15078 RHSDeclRef = dyn_cast<DeclRefExpr>(RHSBase); in DiagnoseSelfMove()
15092 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()