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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp181 /*static*/ const Value *BasicAAResult::GetLinearExpression( function in class:BasicAAResult
231 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
236 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
241 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
247 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
274 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL,
422 // Use GetLinearExpression to decompose the index into a C1*V+C2 form.
425 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits,
1538 // of GetLinearExpression decomposition. In the example above, if Var0
1545 const Value *V0 = GetLinearExpression(Var
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h135 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
148 /// GetLinearExpression has some limitations, as generally zext(%x + 1)
149 /// != zext(%x) + zext(1) if the arithmetic overflows. GetLinearExpression

Completed in 269 milliseconds