Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h65 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFloating.h151 bool isNormal() const { return getValue().isNormal(); } in isNormal() function
H A DInterpBuiltin.cpp486 pushInteger(S, Arg.isNormal(), Call->getType()); in interp__builtin_isnormal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h347 EHCleanupScope(bool isNormal, bool isEH, unsigned cleanupSize,
355 CleanupBits.IsNormalCleanup = isNormal;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h510 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
1471 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1440 if (rs1.isNormal() && rs1.isNegative()) in FCLASS()
1450 if (rs1.isNormal() && !rs1.isNegative()) in FCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2185 if (Src.isNormal() || Src.isInfinity()) in constantFoldCanonicalize()
3189 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
3194 ((Mask & fcPosNormal) && Op1V.isNormal() && !Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp237 return CFP->getValueAPF().isNormal(); in isNormalFP()
242 if (!CFP || !CFP->getValueAPF().isNormal()) in isNormalFP()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2077 if (!Result.isNormal()) in loadModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1981 if (match(XY, m_APFloat(C)) && !C->isNormal()) in factorizeFAddFSub()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5491 if (isNormal()) in classify()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13279 Success(Val.isNormal() ? 1 : 0, E); in VisitBuiltinCallExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17879 if (!APF.isNormal()) in combineFMulOrFDivWithIntPow2()