Searched refs:LinearExpression (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 366 struct LinearExpression { struct 374 LinearExpression(const CastedValue &Val, const APInt &Scale, in LinearExpression() argument 378 LinearExpression(const CastedValue &Val) : Val(Val), IsNSW(true) { in LinearExpression() argument 384 LinearExpression mul(const APInt &Other, bool MulIsNSW) const { in mul() argument 388 return LinearExpression(Val, Scale * Other, Offset * Other, NSW); in mul() 395 static LinearExpression GetLinearExpression( in GetLinearExpression() 403 return LinearExpression(Val, APInt(Val.getBitWidth(), 0), in GetLinearExpression() 424 LinearExpression E(Val); in GetLinearExpression() 699 LinearExpression LE = GetLinearExpression( in DecomposeGEPExpression() 1904 LinearExpression E0 = in constantOffsetHeuristic() [all …]
|