llvm::Argument::getNoFPClass

If this argument has nofpclass attribute, return the mask representing disallowed floating-point values. Otherwise, fcNone is returned.

Synopsis

Declared in <llvm/IR/Argument.h>

FPClassTest
getNoFPClass() const;

Return Value

Floating-point class tests, supported by 'is_fpclass' intrinsic. Actual test may be an OR combination of basic tests.