Return true if the FP-to-integer intrinsic converts to a signed integer.
Declared in <llvm/IR/NVVMIntrinsicUtils.h>
bool
FPToIntegerIntrinsicResultIsSigned(Intrinsic::ID IntrinsicID);
True if IntrinsicID converts to a signed integer; false otherwise.
| Name | Description |
|---|---|
| IntrinsicID | NVVM f2i/d2i (and related) intrinsic to query. |