Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7516 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine() local
7518 ? bigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()
7519 : littleEndianByteAt(LoadByteWidth, P.ByteOffset); in MatchLoadCombine()