Lines Matching defs:Fabs
2843 Value *Fabs = IC.Builder.CreateUnaryIntrinsic(Intrinsic::fabs, X, &SI);
2844 return IC.replaceInstUsesWith(SI, Fabs);
2847 Value *Fabs = IC.Builder.CreateUnaryIntrinsic(Intrinsic::fabs, X, &SI);
2848 return IC.replaceInstUsesWith(SI, Fabs);
2890 Value *Fabs = IC.Builder.CreateUnaryIntrinsic(Intrinsic::fabs, X, &SI);
2891 return IC.replaceInstUsesWith(SI, Fabs);
2894 Value *Fabs = IC.Builder.CreateUnaryIntrinsic(Intrinsic::fabs, X, &SI);
2895 Instruction *NewFNeg = UnaryOperator::CreateFNeg(Fabs);
2925 Value *Fabs = IC.Builder.CreateUnaryIntrinsic(Intrinsic::fabs, X, &SI);
2927 return IC.replaceInstUsesWith(SI, Fabs);
2928 return UnaryOperator::CreateFNegFMF(Fabs, &SI);
3910 if (Instruction *Fabs = foldSelectWithFCmpToFabs(SI, *this))
3911 return Fabs;