Return the set of all assumptions for the call CB.
Declared in <llvm/IR/Assumptions.h>
DenseSet<StringRef>
getAssumptions(CallBase const& CB);
Implements a dense probed hash-table based set.
| Name | Description |
|---|---|
| CB | Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to calling a function. |