Searched refs:LoadByteWidth (Results 1 – 1 of 1) sorted by relevance
8406 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine() local8408 ? bigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()8409 : littleEndianByteAt(LoadByteWidth, P.ByteOffset); in MatchLoadCombine()