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

References

lib/CodeGen/GlobalISel/CombinerHelper.cpp
  908   auto ZExt = MIB.buildZExtOrTrunc(ExtType, Val);
  911     auto MagicMI = MIB.buildConstant(ExtType, Magic);
  912     Val = MIB.buildMul(ExtType, ZExt, MagicMI).getReg(0);
  915   assert(ExtType == Ty && "Vector memset value type not supported yet");