llvm::getAssumptions

Return the set of all assumptions for the call CB.

Synopsis

Declared in <llvm/IR/Assumptions.h>

DenseSet<StringRef>
getAssumptions(CallBase const& CB);

Return Value

Implements a dense probed hash-table based set.

Parameters

NameDescription
CBBase class for all callable instructions (InvokeInst and CallInst) Holds everything related to calling a function.