Searched defs:LinearExpression (Results 1 – 1 of 1) sorted by relevance
282 struct LinearExpression { struct283 ExtendedValue Val;284 APInt Scale;285 APInt Offset;287 LinearExpression(const ExtendedValue &Val, const APInt &Scale, in LinearExpression() argument291 LinearExpression(const ExtendedValue &Val) : Val(Val) { in LinearExpression() function