llvm::Instruction::isFPDivRem

Return true if this instruction is a floating-point division or remainder.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
isFPDivRem() const;

Return Value

True if this instruction is a floating-point div/rem.