Lines Matching defs:IsFloat
1716 bool IsFloat = Ty->isFPOrFPVectorTy();
1718 if (VecWidth == 128 && EltWidth == 32 && IsFloat)
1720 else if (VecWidth == 128 && EltWidth == 32 && !IsFloat)
1722 else if (VecWidth == 128 && EltWidth == 64 && IsFloat)
1724 else if (VecWidth == 128 && EltWidth == 64 && !IsFloat)
1726 else if (VecWidth == 256 && EltWidth == 32 && IsFloat)
1728 else if (VecWidth == 256 && EltWidth == 32 && !IsFloat)
1730 else if (VecWidth == 256 && EltWidth == 64 && IsFloat)
1732 else if (VecWidth == 256 && EltWidth == 64 && !IsFloat)
1734 else if (VecWidth == 512 && EltWidth == 32 && IsFloat)
1736 else if (VecWidth == 512 && EltWidth == 32 && !IsFloat)
1738 else if (VecWidth == 512 && EltWidth == 64 && IsFloat)
1740 else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)
2192 bool IsFloat = CI.getType()->isFPOrFPVectorTy();
2193 if (VecWidth == 256 && EltWidth == 32 && IsFloat)
2195 else if (VecWidth == 256 && EltWidth == 32 && !IsFloat)
2197 else if (VecWidth == 256 && EltWidth == 64 && IsFloat)
2199 else if (VecWidth == 256 && EltWidth == 64 && !IsFloat)
2201 else if (VecWidth == 512 && EltWidth == 32 && IsFloat)
2203 else if (VecWidth == 512 && EltWidth == 32 && !IsFloat)
2205 else if (VecWidth == 512 && EltWidth == 64 && IsFloat)
2207 else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)