llvm::Instruction::setHasNoInfs

Set or clear the no-infs flag on this instruction.

Synopsis

Declared in <llvm/IR/Instruction.h>

void
setHasNoInfs(bool B);

Description

The instruction must be an operator which supports this flag. See LangRef.html for the meaning of this flag.

Parameters

NameDescription
BTrue to set the flag; false to clear it.