Searched refs:DecompObject (Results 1 – 2 of 2) sorted by relevance
1231 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset() argument1242 if (!(isa<AllocaInst>(DecompObject.Base) || in isGEPBaseAtNegativeOffset()1243 isa<GlobalVariable>(DecompObject.Base)) || in isGEPBaseAtNegativeOffset()1244 !DecompObject.VarIndices.empty()) in isGEPBaseAtNegativeOffset()1247 APInt ObjectBaseOffset = DecompObject.StructOffset + in isGEPBaseAtNegativeOffset()1248 DecompObject.OtherOffset; in isGEPBaseAtNegativeOffset()
178 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,