llvm::invertCondition

Invert the given true/false value, possibly reusing an existing copy.

Synopsis

Declared in <llvm/Transforms/Utils/Local.h>

Value*
invertCondition(Value* Condition);

Return Value

LLVM Value Representation

Parameters

NameDescription
ConditionLLVM Value Representation