Searched refs:GetLinearExpression (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 188 /// GetLinearExpression - Analyze the specified value as a linear expression: 196 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, function 229 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension, 234 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension, 240 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension, 261 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension, DL, 376 // Use GetLinearExpression to decompose the index into a C1*V+C2 form. 378 Index = GetLinearExpression(Index, IndexScale, IndexOffset, Extension, DL,
|
Completed in 4276 milliseconds