Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8152 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine() local
8154 ? bigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()
8155 : littleEndianByteAt(LoadByteWidth, P.ByteOffset); in MatchLoadCombine()