Searched defs:LinearExpression (Results 1 – 1 of 1) sorted by relevance
282 struct LinearExpression { struct283 ExtendedValue Val;284 APInt Scale;285 APInt Offset;288 bool IsNSW;290 LinearExpression(const ExtendedValue &Val, const APInt &Scale, in LinearExpression() argument294 LinearExpression(const ExtendedValue &Val) : Val(Val), IsNSW(true) { in LinearExpression() argument