Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDModuleLoader.h62 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCleanup.h287 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope() argument
294 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPFloat.h341 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
1171 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp242 return CFP->getValueAPF().isNormal(); in isNormalFP()
247 if (!CFP || !CFP->getValueAPF().isNormal()) in isNormalFP()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp1882 if (!Result.isNormal()) in loadModule()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp1466 if (match(XY, m_APFloat(C)) && !C->isNormal()) in factorizeFAddFSub()
HDInstCombineCalls.cpp3596 ((Mask & N_NORMAL) && Val.isNormal() && Val.isNegative()) || in visitCallInst()
3601 ((Mask & P_NORMAL) && Val.isNormal() && !Val.isNegative()) || in visitCallInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyLibCalls.cpp1593 Pow->hasNoInfs() && BaseF->isNormal() && !BaseF->isNegative()) { in replacePowWithExp()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp10927 Success(Val.isNormal() ? 1 : 0, E); in VisitBuiltinCallExpr()