Lines Matching defs:LinearExpression
368 struct LinearExpression {
378 LinearExpression(const CastedValue &Val, const APInt &Scale,
382 LinearExpression(const CastedValue &Val)
389 LinearExpression mul(const APInt &Other, bool MulIsNUW, bool MulIsNSW) const {
394 return LinearExpression(Val, Scale * Other, Offset * Other, NUW, NSW);
401 static LinearExpression GetLinearExpression(
409 return LinearExpression(Val, APInt(Val.getBitWidth(), 0),
430 LinearExpression E(Val);
694 LinearExpression LE = GetLinearExpression(
1926 LinearExpression E0 =
1928 LinearExpression E1 =