Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8406 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine() local
8408 ? bigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()
8409 : littleEndianByteAt(LoadByteWidth, P.ByteOffset); in MatchLoadCombine()