Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2046 Value *LHSBase, *RHSBase; in visitCmpInst() local
2048 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst()
2049 if (LHSBase) { in visitCmpInst()
2051 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
2091 Value *LHSBase, *RHSBase; in visitSub() local
2093 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub()
2094 if (LHSBase) { in visitSub()
2096 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13626 const Expr *LHSBase = LHSExpr; in DiagnoseSelfMove() local
13638 LHSBase = LHSME->getBase(); in DiagnoseSelfMove()
13640 LHSME = dyn_cast<MemberExpr>(LHSBase); in DiagnoseSelfMove()
13644 LHSDeclRef = dyn_cast<DeclRefExpr>(LHSBase); in DiagnoseSelfMove()
13659 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4765 Register LHSBase; in matchReassocConstantInnerLHS() local
4768 m_OneNonDBGUse(m_GPtrAdd(m_Reg(LHSBase), m_GCst(LHSCstOff))))) in matchReassocConstantInnerLHS()