Searched refs:RemainingWidth (Results 1 – 1 of 1) sorted by relevance
7436 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