Home
last modified time | relevance | path

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

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