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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp201 EVT OldEltVT = OldVec.getValueType().getVectorElementType(); local
209 if (OldVT != OldEltVT) {
213 assert(OldEltVT.bitsLT(OldVT) && "Result type smaller then element type!");

Completed in 173 milliseconds