Searched refs:LinearExpression (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 316 struct LinearExpression { struct 324 LinearExpression(const CastedValue &Val, const APInt &Scale, in LinearExpression() argument 328 LinearExpression(const CastedValue &Val) : Val(Val), IsNSW(true) { in LinearExpression() function 334 LinearExpression mul(const APInt &Other, bool MulIsNSW) const { in mul() argument 338 return LinearExpression(Val, Scale * Other, Offset * Other, NSW); in mul() 345 static LinearExpression GetLinearExpression( in GetLinearExpression() 353 return LinearExpression(Val, APInt(Val.getBitWidth(), 0), in GetLinearExpression() 374 LinearExpression E(Val); in GetLinearExpression() 635 LinearExpression LE = GetLinearExpression( in DecomposeGEPExpression() 1749 LinearExpression E0 = in constantOffsetHeuristic() [all …]
|