Home
last modified time | relevance | path

Searched refs:getFloatingPointTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DType.h430 static Type *getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy() function
/external/llvm-project/llvm/lib/IR/
DConstants.cpp996 Type *Ty = Type::getFloatingPointTy(Context, V.getSemantics()); in get()