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

References

lib/CodeGen/TargetLoweringBase.cpp
 1439   if (!isTypeLegal(NewVT))
 1440     NewVT = EltTy;
 1441   IntermediateVT = NewVT;
 1443   MVT DestVT = getRegisterType(Context, NewVT);
 1445   unsigned NewVTSize = NewVT.getSizeInBits();
 1451   if (EVT(DestVT).bitsLT(NewVT))   // Value is expanded, e.g. i64 -> i16.