Home
last modified time | relevance | path

Searched refs:DecomposedGEP (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h114 struct DecomposedGEP { struct
156 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
160 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h135 struct DecomposedGEP { struct
172 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
176 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
/external/llvm-project/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h144 struct DecomposedGEP { struct
197 static DecomposedGEP
202 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
/external/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp419 BasicAAResult::DecomposedGEP
427 DecomposedGEP Decomposed; in DecomposeGEPExpression()
1065 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset()
1101 DecomposedGEP DecompGEP1 = DecomposeGEPExpression(GEP1, DL, &AC, DT); in aliasGEP()
1102 DecomposedGEP DecompGEP2 = DecomposeGEPExpression(V2, DL, &AC, DT); in aliasGEP()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp347 DecomposedGEP &Decomposed, const DataLayout &DL, AssumptionCache *AC, in DecomposeGEPExpression()
983 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset()
1023 DecomposedGEP DecompGEP1, DecompGEP2; in aliasGEP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp464 DecomposedGEP &Decomposed, const DataLayout &DL, AssumptionCache *AC, in DecomposeGEPExpression()
1273 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset()
1315 DecomposedGEP DecompGEP1, DecompGEP2; in aliasGEP()