Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp566 Value *LHSBase, *RHSBase; in visitCmpInst() local
570 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitCmpInst()
571 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
612 Value *LHSBase, *RHSBase; in visitSub() local
616 std::tie(RHSBase, RHSOffset) = ConstantOffsetPtrs.lookup(RHS); in visitSub()
617 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/external/clang/lib/Sema/
DSemaChecking.cpp9462 const Expr *RHSBase = RHSExpr; in DiagnoseSelfMove() local
9474 RHSBase = RHSME->getBase(); in DiagnoseSelfMove()
9476 RHSME = dyn_cast<MemberExpr>(RHSBase); in DiagnoseSelfMove()
9480 RHSDeclRef = dyn_cast<DeclRefExpr>(RHSBase); in DiagnoseSelfMove()
9494 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()