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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2860 EVT VEltTy = N1.getValueType().getVectorElementType(); local
2861 if (Elt.getValueType() != VEltTy) {
2864 Elt = getNode(ISD::TRUNCATE, DL, VEltTy, Elt);
2866 if (VT != VEltTy) {

Completed in 330 milliseconds