Lines Matching defs:YC
9968 ConstantFPSDNode *YC = isConstOrConstSplatFP(Y, /* AllowUndefs */ true);
9970 (YC && YC->getValueAPF().isNaN());
9972 (YC && YC->getValueAPF().isInfinity());
9980 if (!YC)
9985 if (YC->getValueAPF().isNegZero())
9990 if (YC->getValueAPF().isPosZero())
9996 if (YC->getValueAPF().isExactlyValue(1.0))
10001 if (YC->getValueAPF().isZero())