Returns true iff V has semantics of llvm.experimental.widenable.condition call.

Synopsis

Declared in <llvm/Analysis/GuardUtils.h>

bool
isWidenableCondition(Value const* V);

Return Value

True if V is an llvm.experimental.widenable.condition call.

Parameters

Name

Description

V

Value to check for a widenable condition.

Created with MrDocs