Lines Matching defs:YC
10282 ConstantFPSDNode *YC = isConstOrConstSplatFP(Y, /* AllowUndefs */ true);
10284 (YC && YC->getValueAPF().isNaN());
10286 (YC && YC->getValueAPF().isInfinity());
10294 if (!YC)
10299 if (YC->getValueAPF().isNegZero())
10304 if (YC->getValueAPF().isPosZero())
10310 if (YC->getValueAPF().isExactlyValue(1.0))
10315 if (YC->getValueAPF().isZero())