Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp423 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local