Given a branch we know is widenable (defined per Analysis/GuardUtils.h), set it's condition such that (only) 'Cond' is known to hold on the taken path and that the branch remains widenable after transform.
Declared in <llvm/Transforms/Utils/GuardUtils.h>
void
setWidenableBranchCond(
CondBrInst* WidenableBR,
Value* Cond);
| Name | Description |
|---|---|
| WidenableBR | Conditional Branch instruction. |
| Cond | LLVM Value Representation |