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

References

lib/IR/AutoUpgrade.cpp
 1038   if (VecWidth == 128 && EltWidth == 32 && IsFloat)
 1040   else if (VecWidth == 128 && EltWidth == 32 && !IsFloat)
 1042   else if (VecWidth == 128 && EltWidth == 64 && IsFloat)
 1044   else if (VecWidth == 128 && EltWidth == 64 && !IsFloat)
 1046   else if (VecWidth == 256 && EltWidth == 32 && IsFloat)
 1048   else if (VecWidth == 256 && EltWidth == 32 && !IsFloat)
 1050   else if (VecWidth == 256 && EltWidth == 64 && IsFloat)
 1052   else if (VecWidth == 256 && EltWidth == 64 && !IsFloat)
 1054   else if (VecWidth == 512 && EltWidth == 32 && IsFloat)
 1056   else if (VecWidth == 512 && EltWidth == 32 && !IsFloat)
 1058   else if (VecWidth == 512 && EltWidth == 64 && IsFloat)
 1060   else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)