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

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp50 // The max limit of the search depth in DecomposeGEPExpression() and
274 /// DecomposeGEPExpression - If V is a symbolic pointer expression, decompose it
285 /// GetUnderlyingObject and DecomposeGEPExpression must use the same search
290 DecomposeGEPExpression(const Value *V, int64_t &BaseOffs, function
895 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices,
898 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices,
900 // DecomposeGEPExpression and GetUnderlyingObject should return the
901 // same result except when DecomposeGEPExpression has no DataLayout.
904 "DecomposeGEPExpression and GetUnderlyingObject disagree!");
927 DecomposeGEPExpression(GEP
[all...]

Completed in 425 milliseconds