Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h110 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct
111 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() argument
118 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp404 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2869 Value *UnderlyingObject = getUnderlyingObject(Hint, /*MaxLookup*/ 0); in visitCallInst() local