Lines Matching refs:IgnoreZeroSign
534 Value *InstCombiner::dyn_castFNegVal(Value *V, bool IgnoreZeroSign) const {535 if (BinaryOperator::isFNeg(V, IgnoreZeroSign))