Searched refs:LHSBase (Results 1 – 3 of 3) sorted by relevance
1961 Value *LHSBase, *RHSBase; in visitCmpInst() local1963 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst()1964 if (LHSBase) { in visitCmpInst()1966 if (RHSBase && LHSBase == RHSBase) { in visitCmpInst()1995 Value *LHSBase, *RHSBase; in visitSub() local1997 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub()1998 if (LHSBase) { in visitSub()2000 if (RHSBase && LHSBase == RHSBase) { in visitSub()
4612 Register LHSBase; in matchReassocConstantInnerLHS() local4615 m_OneNonDBGUse(m_GPtrAdd(m_Reg(LHSBase), m_GCst(LHSCstOff))))) in matchReassocConstantInnerLHS()
17193 const Expr *LHSBase = LHSExpr; in DiagnoseSelfMove() local17205 LHSBase = LHSME->getBase(); in DiagnoseSelfMove()17207 LHSME = dyn_cast<MemberExpr>(LHSBase); in DiagnoseSelfMove()17211 LHSDeclRef = dyn_cast<DeclRefExpr>(LHSBase); in DiagnoseSelfMove()17226 if (isa<CXXThisExpr>(LHSBase) && isa<CXXThisExpr>(RHSBase)) in DiagnoseSelfMove()