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

The set of assumption strings attached to CB.

Parameters

NameDescription
CBCall site whose assumptions are collected.