Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp1914 Value *LHSBase, *RHSBase; in visitCmpInst() local
1916 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst()
1917 if (LHSBase) { in visitCmpInst()
1919 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
1948 Value *LHSBase, *RHSBase; in visitSub() local
1950 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub()
1951 if (LHSBase) { in visitSub()
1953 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4544 Register LHSBase; in matchReassocConstantInnerLHS() local
4547 m_OneNonDBGUse(m_GPtrAdd(m_Reg(LHSBase), m_GCst(LHSCstOff))))) in matchReassocConstantInnerLHS()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp16914 const Expr *LHSBase = LHSExpr; in DiagnoseSelfMove() local
16926 LHSBase = LHSME->getBase(); in DiagnoseSelfMove()
16928 LHSME = dyn_cast<MemberExpr>(LHSBase); in DiagnoseSelfMove()
16932 LHSDeclRef = dyn_cast<DeclRefExpr>(LHSBase); in DiagnoseSelfMove()
16947 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()