ΒΆllvm::AssumeInst* buildAssumeFromInst(
    llvm::Instruction* I)

Description

Build a call to llvm.assume to preserve informations that can be derived from the given instruction. If no information derived from \p I, this call returns null. The returned instruction is not inserted anywhere.

Declared at: llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h:34

Parameters

llvm::Instruction* I