Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7436 TypeSize RemainingWidth = LdWidth; in GenWidenVectorLoads()
7439 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()
7440 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()
7442 NewVT = findMemType(DAG, TLI, RemainingWidth.getKnownMinValue(), in GenWidenVectorLoads()
7449 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()
7432 TypeSize RemainingWidth = LdWidth; GenWidenVectorLoads() local