Home | History | Annotate | Download | only in VMCore

Lines Matching full:isinf

722       bool isInf = CFP->getValueAPF().isInfinity();
724 if (!isHalf && !isInf && !isNaN) {