Home
last modified time | relevance | path

Searched refs:isNormal (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCleanup.h269 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope() argument
275 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPFloat.h405 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineMulDivRem.cpp445 if (!CFP || !CFP->getValueAPF().isNormal()) in isNormalFp()
451 return isa<ConstantFP>(C) && cast<ConstantFP>(C)->getValueAPF().isNormal(); in isNormalFp()
HDInstCombineAddSub.cpp499 if (!F.isNormal()) in performFactorization()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp6371 Success(Val.isNormal() ? 1 : 0, E); in VisitCallExpr()