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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5381 EVT DestEltVT = N->getValueType(0).getVectorElementType(); local
5382 assert(!DestEltVT.isVector() &&
5385 return ConstantFoldBITCASTofBUILD_VECTOR(N0.getNode(), DestEltVT);

Completed in 222 milliseconds