Searched refs:DecomposedGEP (Results 1 – 4 of 4) 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-7.0/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 132 struct DecomposedGEP { struct 174 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed, 178 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
|
/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-7.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 407 DecomposedGEP &Decomposed, const DataLayout &DL, AssumptionCache *AC, in DecomposeGEPExpression() 1181 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset() 1221 DecomposedGEP DecompGEP1, DecompGEP2; in aliasGEP()
|