llvm::nvvm::FPToIntegerIntrinsicResultIsSigned

Return true if the FP-to-integer intrinsic converts to a signed integer.

Synopsis

Declared in <llvm/IR/NVVMIntrinsicUtils.h>

bool
FPToIntegerIntrinsicResultIsSigned(Intrinsic::ID IntrinsicID);

Return Value

True if IntrinsicID converts to a signed integer; false otherwise.

Parameters

NameDescription
IntrinsicIDNVVM f2i/d2i (and related) intrinsic to query.