Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DOperator.h89 static bool isSupportedFloatingPointType(Type *Ty) { in isSupportedFloatingPointType() function
90 return llvm::FPMathOperator::isSupportedFloatingPointType(Ty->LLVMTy); in isSupportedFloatingPointType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h344 static bool isSupportedFloatingPointType(Type *Ty) {
375 return isSupportedFloatingPointType(V->getType());
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2388 return FPMathOperator::isSupportedFloatingPointType(Ty); in isNoFPClassCompatibleType()