Set or clear the nuw flag on this instruction, which must be an operator which supports this flag. See LangRef.html for the meaning of this flag.

Synopsis

Declared in <llvm/IR/Instruction.h>

void
setHasNoUnsignedWrap(bool b = true);

Created with MrDocs