Home
last modified time | relevance | path

Searched refs:fitsInFloatSemantics (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp132 bool FixedPointSemantics::fitsInFloatSemantics( in fitsInFloatSemantics() function in llvm::FixedPointSemantics
497 while (!Sema.fitsInFloatSemantics(*OpSema)) in convertToFloat()
554 while (!DstFXSema.fitsInFloatSemantics(*OpSema)) in getFromFloatValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h101 bool fitsInFloatSemantics(const fltSemantics &FloatSema) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h130 while (!Sema.fitsInFloatSemantics(*FloatSema)) in getAccommodatingFloatType()