Searched refs:ByteProvider (Results 1 – 1 of 1) sorted by relevance
7737 struct ByteProvider { struct7744 ByteProvider() = default;7747 return ByteProvider(Load, ByteOffset); in getMemory()7750 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0); } in getConstantZero() argument7777 static const Optional<ByteProvider>7821 ? ByteProvider::getConstantZero() in calculateByteProvider()7836 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()7855 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()7857 return ByteProvider::getMemory(L, Index); in calculateByteProvider()8147 auto MemoryByteOffset = [&] (ByteProvider P) { in MatchLoadCombine()[all …]