Searched refs:DecompObject (Results 1 – 4 of 4) 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()
1181 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject, in isGEPBaseAtNegativeOffset() argument1190 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()
160 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
178 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,