Searched refs:isSupportedFloatingPointType (Results 1 – 3 of 3) sorted by relevance
89 static bool isSupportedFloatingPointType(Type *Ty) { in isSupportedFloatingPointType() function90 return llvm::FPMathOperator::isSupportedFloatingPointType(Ty->LLVMTy); in isSupportedFloatingPointType()
344 static bool isSupportedFloatingPointType(Type *Ty) {375 return isSupportedFloatingPointType(V->getType());
2388 return FPMathOperator::isSupportedFloatingPointType(Ty); in isNoFPClassCompatibleType()