Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp383 struct LinearExpression { struct
393 LinearExpression(const CastedValue &Val, const APInt &Scale, in LinearExpression() argument
397 LinearExpression(const CastedValue &Val) in LinearExpression() function
404 LinearExpression mul(const APInt &Other, bool MulIsNUW, bool MulIsNSW) const { in mul() argument
409 return LinearExpression(Val, Scale * Other, Offset * Other, NUW, NSW); in mul()
416 static LinearExpression GetLinearExpression( in GetLinearExpression()
424 return LinearExpression(Val, APInt(Val.getBitWidth(), 0), in GetLinearExpression()
445 LinearExpression E(Val); in GetLinearExpression()
709 LinearExpression LE = GetLinearExpression( in DecomposeGEPExpression()
1956 LinearExpression E0 = in constantOffsetHeuristic()
[all …]