Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7478 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine() local
7480 ? bigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()
7481 : littleEndianByteAt(LoadByteWidth, P.ByteOffset); in MatchLoadCombine()