LLVMGetFCmpPredicate

Obtain the float predicate of an instruction.

This is only valid for instructions that correspond to llvm::FCmpInst or llvm::ConstantExpr whose opcode is llvm::Instruction::FCmp.

@see llvm::FCmpInst::getPredicate()

extern (C) nothrow
LLVMGetFCmpPredicate
(
LLVMValueRef Inst
)

Meta