Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp239 /*static*/ const Value *BasicAAResult::GetLinearExpression( in GetLinearExpression() function in BasicAAResult
288 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
293 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
298 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
304 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
344 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression()
542 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression()
1939 const Value *V0 = GetLinearExpression(Var0.V, V0Scale, V0Offset, V0ZExtBits, in constantOffsetHeuristic()
1943 const Value *V1 = GetLinearExpression(Var1.V, V1Scale, V1Offset, V1ZExtBits, in constantOffsetHeuristic()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h169 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,