Home
last modified time | relevance | path

Searched refs:DecompGEP (Results 1 – 2 of 2) 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()