Searched defs:UnderlyingObject (Results 1 – 2 of 2) sorted by relevance
108 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct109 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() argument116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; argument
423 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local