Lines Matching defs:TryWithFNeg
14630 auto TryWithFNeg = [&](APInt DefBits, MVT FVT) {14654 if ((R = TryWithFNeg(DefBits, MVT::f32)) ||14655 (R = TryWithFNeg(DefBits, MVT::f64)) ||14656 (ST->hasFullFP16() && (R = TryWithFNeg(DefBits, MVT::f16))))