Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp521 Value *LHSBase, *RHSBase; in visitCmpInst() local
523 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst()
524 if (LHSBase) { in visitCmpInst()
526 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
571 Value *LHSBase, *RHSBase; in visitSub() local
573 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub()
574 if (LHSBase) { in visitSub()
576 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/external/clang/lib/Sema/
DSemaChecking.cpp8890 const Expr *LHSBase = LHSExpr; in DiagnoseSelfMove() local
8902 LHSBase = LHSME->getBase(); in DiagnoseSelfMove()
8904 LHSME = dyn_cast<MemberExpr>(LHSBase); in DiagnoseSelfMove()
8908 LHSDeclRef = dyn_cast<DeclRefExpr>(LHSBase); in DiagnoseSelfMove()
8923 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()