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.cpp2212 Value *LHSBase, *RHSBase; in visitCmpInst() local
2214 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst()
2215 if (LHSBase) { in visitCmpInst()
2217 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
2257 Value *LHSBase, *RHSBase; in visitSub() local
2259 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub()
2260 if (LHSBase) { in visitSub()
2262 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15059 const Expr *LHSBase = LHSExpr; in DiagnoseSelfMove() local
15071 LHSBase = LHSME->getBase(); in DiagnoseSelfMove()
15073 LHSME = dyn_cast<MemberExpr>(LHSBase); in DiagnoseSelfMove()
15077 LHSDeclRef = dyn_cast<DeclRefExpr>(LHSBase); in DiagnoseSelfMove()
15092 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4893 Register LHSBase; in matchReassocConstantInnerLHS() local
4896 m_OneNonDBGUse(m_GPtrAdd(m_Reg(LHSBase), m_GCst(LHSCstOff))))) in matchReassocConstantInnerLHS()