Home
last modified time | relevance | path

Searched refs:getFltSemantics (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DType.h166 const fltSemantics &getFltSemantics() const { in getFltSemantics() function
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp412 = APFloat::semanticsPrecision(ConvertedToTy->getFltSemantics()) - 1; in validateAndTransform()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp384 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt); in Act()
/external/llvm/lib/IR/
DConstantFold.cpp176 APFloat(DestTy->getFltSemantics(), in FoldBitCast()
673 APFloat apf(DestTy->getFltSemantics(), in ConstantFoldCastInstruction()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp824 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp943 APFloat Max = APFloat::getLargest(Type->getFltSemantics()); in LowerINTRINSIC_WO_CHAIN()
944 APFloat Min = APFloat::getLargest(Type->getFltSemantics(), true); in LowerINTRINSIC_WO_CHAIN()