Lines Matching defs:IsNegative
311 bool IsNegative) const;
797 bool IsNegative) const {
800 if (IsNegative)
870 bool IsNegative) {
884 ConstantFP::get(Ty, IsNegative ? -0x1.0p+12 : 0x1.0p+12);
891 NeedScale, OutputScale, IsNegative ? ConstantFP::get(Ty, -1.0) : One);
923 bool IsNegative = false;
926 if (CLHS->isExactlyValue(1.0) || (IsNegative = CLHS->isExactlyValue(-1.0))) {
935 return IsNegative ? Builder.CreateFNeg(Result) : Result;
938 return emitRsqIEEE1ULP(Builder, Den, IsNegative);
960 bool IsNegative = false;
962 (IsNegative = CLHS->isExactlyValue(-1.0))) {
967 if (IsNegative)
986 return emitRcpIEEE1ULP(Builder, Src, IsNegative);