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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp999 EVT ViaEltVT = TLI->getTypeToTransformTo(*getContext(), EltVT); local
1000 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits();
1002 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts);
1013 ViaEltVT, isT));

Completed in 69 milliseconds