Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5927 unsigned LoadBitWidth = P.Load->getMemoryVT().getSizeInBits(); in MatchLoadCombine() local
5928 assert(LoadBitWidth % 8 == 0 && in MatchLoadCombine()
5930 unsigned LoadByteWidth = LoadBitWidth / 8; in MatchLoadCombine()