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

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp144 /// GetLinearExpression - Analyze the specified value as a linear expression:
152 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, function
175 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
180 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
186 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
207 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension,
321 // Use GetLinearExpression to decompose the index into a C1*V+C2 form.
323 Index = GetLinearExpression(Index, IndexScale, IndexOffset, Extension,

Completed in 40 milliseconds