Searched refs:isNormal (Results 1 – 5 of 5) sorted by relevance
269 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope() argument275 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
405 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
445 if (!CFP || !CFP->getValueAPF().isNormal()) in isNormalFp()451 return isa<ConstantFP>(C) && cast<ConstantFP>(C)->getValueAPF().isNormal(); in isNormalFp()
499 if (!F.isNormal()) in performFactorization()
6371 Success(Val.isNormal() ? 1 : 0, E); in VisitCallExpr()