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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6192 EVT DestEltVT = N->getValueType(0).getVectorElementType(); local
6193 assert(!DestEltVT.isVector() &&
6196 return ConstantFoldBITCASTofBUILD_VECTOR(N0.getNode(), DestEltVT);

Completed in 120 milliseconds