Searched refs:LHSBase (Results 1 – 3 of 3) sorted by relevance
1914 Value *LHSBase, *RHSBase; in visitCmpInst() local1916 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() local1950 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub()1951 if (LHSBase) { in visitSub()1953 if (RHSBase && LHSBase == RHSBase) { in visitSub()
4544 Register LHSBase; in matchReassocConstantInnerLHS() local4547 m_OneNonDBGUse(m_GPtrAdd(m_Reg(LHSBase), m_GCst(LHSCstOff))))) in matchReassocConstantInnerLHS()
16914 const Expr *LHSBase = LHSExpr; in DiagnoseSelfMove() local16926 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()