Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5930 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine() local
5932 ? BigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()
5933 : LittleEndianByteAt(LoadByteWidth, P.ByteOffset); in MatchLoadCombine()