Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5587 struct ByteProvider { struct
5594 ByteProvider() = default;
5596 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset) { in getMemory() argument
5597 return ByteProvider(Load, ByteOffset); in getMemory()
5600 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0); } in getConstantZero() argument
5605 bool operator==(const ByteProvider &Other) const { in operator ==() argument
5610 ByteProvider(LoadSDNode *Load, unsigned ByteOffset) in ByteProvider() argument
5627 static const Optional<ByteProvider>
5671 ? ByteProvider::getConstantZero() in calculateByteProvider()
5686 ? Optional<ByteProvider>(ByteProvider::getConstantZero()) in calculateByteProvider()
[all …]