Lines Matching defs:LhsSymbol
1023 const Expr *LhsSymbol = nullptr, *RhsSymbol = nullptr;
1029 if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol,
1032 !areEquivalentExpr(LhsSymbol, RhsSymbol))
1051 if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol,
1055 !areEquivalentExpr(LhsSymbol, RhsSymbol))
1100 const Expr *LhsSymbol = nullptr;
1102 if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol,
1175 const Expr *LhsSymbol = nullptr, *RhsSymbol = nullptr;
1181 Result, "lhs", LhsExpr, LhsOpcode, LhsSymbol, LhsValue, LhsConst) ||
1184 !areEquivalentExpr(LhsSymbol, RhsSymbol))
1191 std::swap(LhsSymbol, RhsSymbol);