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

References

lib/IR/AutoUpgrade.cpp
 3300       if (VecWidth == 128 && !High)
 3302       else if (VecWidth == 256 && !High)
 3304       else if (VecWidth == 512 && !High)
 3306       else if (VecWidth == 128 && High)
 3308       else if (VecWidth == 256 && High)
 3310       else if (VecWidth == 512 && High)