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.cpp481 const fltSemantics *APFixedPoint::promoteFloatSemantics(const fltSemantics *S) { in promoteFloatSemantics() function in llvm::APFixedPoint
504 OpSema = promoteFloatSemantics(OpSema); in convertToFloat()
561 OpSema = promoteFloatSemantics(OpSema); in getFromFloatValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h267 static const fltSemantics *promoteFloatSemantics(const fltSemantics *S);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h131 FloatSema = APFixedPoint::promoteFloatSemantics(FloatSema); in getAccommodatingFloatType()