Searched refs:ByteProvider (Results 1 – 1 of 1) sorted by relevance
5745 struct ByteProvider { struct5752 ByteProvider() = default;5755 return ByteProvider(Load, ByteOffset); in getMemory()5758 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0); } in getConstantZero() argument5785 static const Optional<ByteProvider>5829 ? ByteProvider::getConstantZero() in calculateByteProvider()5844 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()5863 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()5865 return ByteProvider::getMemory(L, Index); in calculateByteProvider()5925 auto MemoryByteOffset = [&] (ByteProvider P) { in MatchLoadCombine()[all …]