Searched refs:ViaEltVT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1007 EVT ViaEltVT = TLI->getTypeToTransformTo(*getContext(), EltVT); local
1008 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits();
1010 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts);
1021 ViaEltVT, isT));

Completed in 151 milliseconds