Home
last modified time | relevance | path

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

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