Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5772 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine() local
5774 ? BigEndianByteAt(LoadByteWidth, P.ByteOffset) in MatchLoadCombine()
5775 : LittleEndianByteAt(LoadByteWidth, P.ByteOffset); in MatchLoadCombine()