Searched refs:DecomposedGEP (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 114 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/ |
D | BasicAliasAnalysis.h | 135 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/ |
D | BasicAliasAnalysis.h | 144 struct DecomposedGEP { struct 197 static DecomposedGEP 202 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
|
/external/llvm-project/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 419 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/ |
D | BasicAliasAnalysis.cpp | 347 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/ |
D | BasicAliasAnalysis.cpp | 464 DecomposedGEP &Decomposed, const DataLayout &DL, AssumptionCache *AC, in DecomposeGEPExpression() 1273 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset() 1315 DecomposedGEP DecompGEP1, DecompGEP2; in aliasGEP()
|