Home
last modified time | relevance | path

Searched refs:DecompGEP (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h160 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp983 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset() argument
1005 int64_t GEPBaseOffset = DecompGEP.StructOffset; in isGEPBaseAtNegativeOffset()
1006 if (DecompGEP.VarIndices.empty()) in isGEPBaseAtNegativeOffset()
1007 GEPBaseOffset += DecompGEP.OtherOffset; in isGEPBaseAtNegativeOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h178 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1181 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset() argument
1202 if (!DecompGEP.VarIndices.empty()) in isGEPBaseAtNegativeOffset()
1204 int64_t GEPBaseOffset = DecompGEP.StructOffset; in isGEPBaseAtNegativeOffset()
1205 GEPBaseOffset += DecompGEP.OtherOffset; in isGEPBaseAtNegativeOffset()