Searched defs:UnderlyingObject (Results 1 – 3 of 3) sorted by relevance
110 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct111 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() argument118 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; argument
404 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
2869 Value *UnderlyingObject = getUnderlyingObject(Hint, /*MaxLookup*/ 0); in visitCallInst() local