Lines Matching defs:IsFloat
1658 bool IsFloat = Ty->isFPOrFPVectorTy();
1660 if (VecWidth == 128 && EltWidth == 32 && IsFloat)
1662 else if (VecWidth == 128 && EltWidth == 32 && !IsFloat)
1664 else if (VecWidth == 128 && EltWidth == 64 && IsFloat)
1666 else if (VecWidth == 128 && EltWidth == 64 && !IsFloat)
1668 else if (VecWidth == 256 && EltWidth == 32 && IsFloat)
1670 else if (VecWidth == 256 && EltWidth == 32 && !IsFloat)
1672 else if (VecWidth == 256 && EltWidth == 64 && IsFloat)
1674 else if (VecWidth == 256 && EltWidth == 64 && !IsFloat)
1676 else if (VecWidth == 512 && EltWidth == 32 && IsFloat)
1678 else if (VecWidth == 512 && EltWidth == 32 && !IsFloat)
1680 else if (VecWidth == 512 && EltWidth == 64 && IsFloat)
1682 else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)
2144 bool IsFloat = CI.getType()->isFPOrFPVectorTy();
2145 if (VecWidth == 256 && EltWidth == 32 && IsFloat)
2147 else if (VecWidth == 256 && EltWidth == 32 && !IsFloat)
2149 else if (VecWidth == 256 && EltWidth == 64 && IsFloat)
2151 else if (VecWidth == 256 && EltWidth == 64 && !IsFloat)
2153 else if (VecWidth == 512 && EltWidth == 32 && IsFloat)
2155 else if (VecWidth == 512 && EltWidth == 32 && !IsFloat)
2157 else if (VecWidth == 512 && EltWidth == 64 && IsFloat)
2159 else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)