Searched refs:DecompObject (Results 1 – 2 of 2) sorted by relevance
983 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset() argument992 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()
160 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,