Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6758 TypeSize RemainingWidth = LdWidth; in GenWidenVectorLoads() local
6761 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()
6762 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()
6764 NewVT = findMemType(DAG, TLI, RemainingWidth.getKnownMinValue(), in GenWidenVectorLoads()
6771 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()