reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
14515   assert(VT.getSizeInBits() >= 256 &&
14517   assert(V1.getSimpleValueType() == VT && "Bad operand type!");
14518   assert(V2.getSimpleValueType() == VT && "Bad operand type!");
14523   int NumElements = VT.getVectorNumElements();
14525   MVT ScalarVT = VT.getVectorElementType();
14627   return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Lo, Hi);