Returns constrained intrinsic id to represent the given instruction in strictfp function. If the instruction is already a constrained intrinsic or does not have a constrained intrinsic counterpart, the function returns zero.

Synopsis

Declared in <llvm/IR/FPEnv.h>

Intrinsic::ID
getConstrainedIntrinsicID(Instruction const& Instr);

Created with MrDocs