Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp1606 Value *LHSBase, *RHSBase; in visitCmpInst() local
1608 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst()
1609 if (LHSBase) { in visitCmpInst()
1611 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
1640 Value *LHSBase, *RHSBase; in visitSub() local
1642 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub()
1643 if (LHSBase) { in visitSub()
1645 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp15459 const Expr *LHSBase = LHSExpr; in DiagnoseSelfMove() local
15471 LHSBase = LHSME->getBase(); in DiagnoseSelfMove()
15473 LHSME = dyn_cast<MemberExpr>(LHSBase); in DiagnoseSelfMove()
15477 LHSDeclRef = dyn_cast<DeclRefExpr>(LHSBase); in DiagnoseSelfMove()
15492 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()