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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6406 struct ByteProvider { struct in namespace:__anon84
6413 ByteProvider() = default;
6415 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset) {
6416 return ByteProvider(Load, ByteOffset);
6419 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0); }
6424 bool operator==(const ByteProvider &Other) const {
6429 ByteProvider(LoadSDNode *Load, unsigned ByteOffset) function in struct:__anon84::ByteProvider
6446 static const Optional<ByteProvider>
6490 ? ByteProvider
[all...]

Completed in 74 milliseconds