Searched defs:LinearExpression (Results 1 – 1 of 1) sorted by relevance
383 struct LinearExpression { struct384 CastedValue Val;385 APInt Scale;386 APInt Offset;389 bool IsNUW;391 bool IsNSW;393 LinearExpression(const CastedValue &Val, const APInt &Scale, in LinearExpression() argument397 LinearExpression(const CastedValue &Val) in LinearExpression() argument404 LinearExpression mul(const APInt &Other, bool MulIsNUW, bool MulIsNSW) const { in mul()