Home
last modified time | relevance | path

Searched defs:LinearExpression (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp383 struct LinearExpression { struct
384 CastedValue Val;
385 APInt Scale;
386 APInt Offset;
389 bool IsNUW;
391 bool IsNSW;
393 LinearExpression(const CastedValue &Val, const APInt &Scale, in LinearExpression() argument
397 LinearExpression(const CastedValue &Val) in LinearExpression() argument
404 LinearExpression mul(const APInt &Other, bool MulIsNUW, bool MulIsNSW) const { in mul()