Return the set of all assumptions for the call CB.
Declared in <llvm/IR/Assumptions.h>
DenseSet<StringRef>
getAssumptions(CallBase const& CB);
The set of assumption strings attached to CB.
| Name | Description |
|---|---|
| CB | Call site whose assumptions are collected. |