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