Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6365 TypeSize RemainingWidth = LdWidth; in GenWidenVectorLoads() local
6368 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()
6369 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()
6371 NewVT = findMemType(DAG, TLI, RemainingWidth.getKnownMinSize(), WidenVT, in GenWidenVectorLoads()
6378 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()