Lines Matching defs:IsNegative
299 bool IsNegative) const;
791 bool IsNegative) const {
794 if (IsNegative)
864 bool IsNegative) {
878 ConstantFP::get(Ty, IsNegative ? -0x1.0p+12 : 0x1.0p+12);
885 NeedScale, OutputScale, IsNegative ? ConstantFP::get(Ty, -1.0) : One);
917 bool IsNegative = false;
920 if (CLHS->isExactlyValue(1.0) || (IsNegative = CLHS->isExactlyValue(-1.0))) {
929 return IsNegative ? Builder.CreateFNeg(Result) : Result;
932 return emitRsqIEEE1ULP(Builder, Den, IsNegative);
954 bool IsNegative = false;
956 (IsNegative = CLHS->isExactlyValue(-1.0))) {
961 if (IsNegative)
980 return emitRcpIEEE1ULP(Builder, Src, IsNegative);