Home
last modified time | relevance | path

Searched refs:ByteProvider (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7905 struct ByteProvider { struct
7913 ByteProvider() = default;
7915 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset, in getMemory() argument
7917 return ByteProvider(Load, ByteOffset, VectorOffset); in getMemory()
7920 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0, 0); } in getConstantZero() argument
7925 bool operator==(const ByteProvider &Other) const { in operator ==() argument
7931 ByteProvider(LoadSDNode *Load, unsigned ByteOffset, unsigned VectorOffset) in ByteProvider() argument
7978 static const std::optional<ByteProvider>
8037 ? ByteProvider::getConstantZero() in calculateByteProvider()
8052 ? std::optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()
[all …]