Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1688 unsigned ViaVecNumElts = VT.getSizeInBits() / ViaEltSizeInBits; in getConstant() local
1689 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts); in getConstant()
1697 for (unsigned i = 0; i < ViaVecNumElts / VT.getVectorNumElements(); ++i) in getConstant()