Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5834 int64_t CurrentByteOffset = ByteOffsets[i] - FirstOffset; in MatchLoadCombine() local
5835 LittleEndian &= CurrentByteOffset == LittleEndianByteAt(ByteWidth, i); in MatchLoadCombine()
5836 BigEndian &= CurrentByteOffset == BigEndianByteAt(ByteWidth, i); in MatchLoadCombine()