Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IgnoreZeroSign

638 Value *InstCombiner::dyn_castFNegVal(Value *V, bool IgnoreZeroSign) const {
639 if (BinaryOperator::isFNeg(V, IgnoreZeroSign))