Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9123 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine() local
9124 return IsBigEndianTarget ? bigEndianByteAt(LoadByteWidth, P.DestOffset) in MatchLoadCombine()
9125 : littleEndianByteAt(LoadByteWidth, P.DestOffset); in MatchLoadCombine()