Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp182 /*static*/ const Value *BasicAAResult::GetLinearExpression( in GetLinearExpression() function in BasicAAResult
232 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
237 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
242 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
248 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
275 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression()
448 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression()
1636 const Value *V0 = GetLinearExpression(Var0.V, V0Scale, V0Offset, V0ZExtBits, in constantOffsetHeuristic()
1640 const Value *V1 = GetLinearExpression(Var1.V, V1Scale, V1Offset, V1ZExtBits, in constantOffsetHeuristic()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp345 static LinearExpression GetLinearExpression( in GetLinearExpression() function
389 E = GetLinearExpression(Val.withValue(BOp->getOperand(0)), DL, in GetLinearExpression()
396 E = GetLinearExpression(Val.withValue(BOp->getOperand(0)), DL, in GetLinearExpression()
403 E = GetLinearExpression(Val.withValue(BOp->getOperand(0)), DL, in GetLinearExpression()
416 E = GetLinearExpression(Val.withValue(BOp->getOperand(0)), DL, in GetLinearExpression()
428 return GetLinearExpression( in GetLinearExpression()
433 return GetLinearExpression( in GetLinearExpression()
635 LinearExpression LE = GetLinearExpression( in DecomposeGEPExpression()
1750 GetLinearExpression(CastedValue(Var0.Val.V), DL, 0, AC, DT); in constantOffsetHeuristic()
1752 GetLinearExpression(CastedValue(Var1.Val.V), DL, 0, AC, DT); in constantOffsetHeuristic()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp278 /*static*/ const Value *BasicAAResult::GetLinearExpression( in GetLinearExpression() function in BasicAAResult
327 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
332 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
337 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
343 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
383 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression()
581 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression()
2006 const Value *V0 = GetLinearExpression(Var0.V, V0Scale, V0Offset, V0ZExtBits, in constantOffsetHeuristic()
2010 const Value *V1 = GetLinearExpression(Var1.V, V1Scale, V1Offset, V1ZExtBits, in constantOffsetHeuristic()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h151 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h167 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,