Searched refs:LoadByteWidth (Results 1 – 1 of 1) sorted by relevance
5772 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine() local5774 ? BigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()5775 : LittleEndianByteAt(LoadByteWidth, P.ByteOffset); in MatchLoadCombine()