Home
last modified time | relevance | path

Searched defs:UnderlyingObject (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h108 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct
109 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() argument
116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp397 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local