Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp368 struct MachineLoc { struct
369 MachineLocKind Kind;
370 MachineLocValue Value;
371 bool operator==(const MachineLoc &Other) const { in operator ==()
386 bool operator<(const MachineLoc &Other) const { in operator <()