Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h455 static Type *getFloatingPointTy(LLVMContext &C, const fltSemantics &S);
H A DFixedPointBuilder.h130 return Type::getFloatingPointTy(Ty->getContext(), *FloatSema); in getAccommodatingFloatType()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp84 Type *Type::getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy() function in Type
H A DConstants.cpp1026 Type *Ty = Type::getFloatingPointTy(Context, V.getSemantics()); in get()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp303 llvm::Type::getFloatingPointTy(llvmType->getContext(), in getLLVMConstant()