Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2036 Value *LHSBase, *RHSBase; in visitCmpInst() local
2038 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst()
2039 if (LHSBase) { in visitCmpInst()
2041 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()
2083 Value *LHSBase, *RHSBase; in visitSub() local
2085 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub()
2086 if (LHSBase) { in visitSub()
2088 if (RHSBase && LHSBase == RHSBase) { in visitSub()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp18989 const Expr *LHSBase = LHSExpr; in DiagnoseSelfMove() local
19001 LHSBase = LHSME->getBase(); in DiagnoseSelfMove()
19003 LHSME = dyn_cast<MemberExpr>(LHSBase); in DiagnoseSelfMove()
19007 LHSDeclRef = dyn_cast<DeclRefExpr>(LHSBase); in DiagnoseSelfMove()
19022 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4603 Register LHSBase; in matchReassocConstantInnerLHS() local
4606 m_OneNonDBGUse(m_GPtrAdd(m_Reg(LHSBase), m_GCst(LHSCstOff))))) in matchReassocConstantInnerLHS()