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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp193 /// GetLinearExpression - Analyze the specified value as a linear expression:
201 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, function
224 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
229 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
235 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
256 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension,
370 // Use GetLinearExpression to decompose the index into a C1*V+C2 form.
372 Index = GetLinearExpression(Index, IndexScale, IndexOffset, Extension,

Completed in 43 milliseconds