Searched refs:ByteProvider (Results 1 – 1 of 1) sorted by relevance
7071 struct ByteProvider { struct7078 ByteProvider() = default;7080 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset) { in getMemory() argument7081 return ByteProvider(Load, ByteOffset); in getMemory()7084 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0); } in getConstantZero() argument7089 bool operator==(const ByteProvider &Other) const { in operator ==() argument7094 ByteProvider(LoadSDNode *Load, unsigned ByteOffset) in ByteProvider() function7111 static const Optional<ByteProvider>7155 ? ByteProvider::getConstantZero() in calculateByteProvider()7170 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()[all …]