ΒΆLLVMRealPredicate LLVMGetFCmpPredicate(
    LLVMValueRef Inst)

Description

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.

Declared at: llvm/include/llvm-c/Core.h:3280

Parameters

LLVMValueRef Inst