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

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

Completed in 31 milliseconds