Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp498 const fltSemantics *APFixedPoint::promoteFloatSemantics(const fltSemantics *S) { in promoteFloatSemantics() function in llvm::APFixedPoint
521 OpSema = promoteFloatSemantics(OpSema); in convertToFloat()
578 OpSema = promoteFloatSemantics(OpSema); in getFromFloatValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h286 promoteFloatSemantics(const fltSemantics *S);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h131 FloatSema = APFixedPoint::promoteFloatSemantics(FloatSema); in getAccommodatingFloatType()