Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h105 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct
106 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() argument
113 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp408 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp881 const Value *UnderlyingObject; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3355 Value *UnderlyingObject = getUnderlyingObject(Hint, /*MaxLookup*/ 0); in visitCallInst() local