Searched refs:ByteProvider (Results 1 – 1 of 1) sorted by relevance
7101 struct ByteProvider { struct7108 ByteProvider() = default;7111 return ByteProvider(Load, ByteOffset); in getMemory()7114 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0); } in getConstantZero() argument7141 static const Optional<ByteProvider>7185 ? ByteProvider::getConstantZero() in calculateByteProvider()7200 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()7219 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()7221 return ByteProvider::getMemory(L, Index); in calculateByteProvider()7511 auto MemoryByteOffset = [&] (ByteProvider P) { in MatchLoadCombine()[all …]