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
The mask of disallowed floating‐point values, or fcNone.
Created with MrDocs