addAssumptions overloads

Synopses

Declared in <llvm/IR/Assumptions.h>

Appends the set of assumptions Assumptions to CB.

bool
addAssumptions(
    CallBase& CB,
    DenseSet<StringRef> const& Assumptions);

Appends the set of assumptions Assumptions to F.

bool
addAssumptions(
    Function& F,
    DenseSet<StringRef> const& Assumptions);

Created with MrDocs