Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp983 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset() argument
992 if (!(isa<AllocaInst>(DecompObject.Base) || in isGEPBaseAtNegativeOffset()
993 isa<GlobalVariable>(DecompObject.Base)) || in isGEPBaseAtNegativeOffset()
994 !DecompObject.VarIndices.empty()) in isGEPBaseAtNegativeOffset()
997 int64_t ObjectBaseOffset = DecompObject.StructOffset + in isGEPBaseAtNegativeOffset()
998 DecompObject.OtherOffset; in isGEPBaseAtNegativeOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1181 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset() argument
1190 if (!(isa<AllocaInst>(DecompObject.Base) || in isGEPBaseAtNegativeOffset()
1191 isa<GlobalVariable>(DecompObject.Base)) || in isGEPBaseAtNegativeOffset()
1192 !DecompObject.VarIndices.empty()) in isGEPBaseAtNegativeOffset()
1195 int64_t ObjectBaseOffset = DecompObject.StructOffset + in isGEPBaseAtNegativeOffset()
1196 DecompObject.OtherOffset; in isGEPBaseAtNegativeOffset()
/external/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h160 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h178 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,