Home
last modified time | relevance | path

Searched refs:getFromFloatValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h46 return FixedPoint(llvm::APFixedPoint::getFromFloatValue(I, Sem, Overflow)); in from()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h304 getFromFloatValue(const APFloat &Value, const FixedPointSemantics &DstFXSema,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp555 APFixedPoint::getFromFloatValue(const APFloat &Value, in getFromFloatValue() function in llvm::APFixedPoint
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15461 APFixedPoint Result = APFixedPoint::getFromFloatValue( in VisitCastExpr()