Searched defs:IsFinite (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ | ||
H A D | DebuggerEvents.h | 43 bool IsFinite() const { return m_total != Progress::kNonDeterministicTotal; } in IsFinite() function |
/llvm-project/flang/include/flang/Evaluate/ | ||
H A D | real.h | 117 constexpr bool IsFinite() const { in IsFinite() function |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUISelLowering.cpp | 2623 SDValue IsFinite = DAG.getSetCC( getIsFinite() local |
H A D | AMDGPULegalizerInfo.cpp | 3430 auto IsFinite = legalizeFlogCommon() local |
H A D | SIISelLowering.cpp | 10871 SDValue IsFinite = DAG.getSetCC(dl, MVT::i1, Fabs, Inf, ISD::SETOLT); LowerFFREXP() local |