reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1539 if (VecWidth == 256 && EltWidth == 32 && IsFloat) 1541 else if (VecWidth == 256 && EltWidth == 32 && !IsFloat) 1543 else if (VecWidth == 256 && EltWidth == 64 && IsFloat) 1545 else if (VecWidth == 256 && EltWidth == 64 && !IsFloat) 1547 else if (VecWidth == 512 && EltWidth == 32 && IsFloat) 1549 else if (VecWidth == 512 && EltWidth == 32 && !IsFloat) 1551 else if (VecWidth == 512 && EltWidth == 64 && IsFloat) 1553 else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)