ΒΆbool cannotBeMinInLoop(const llvm::SCEV* S,
                       const llvm::Loop* L,
                       llvm::ScalarEvolution& SE,
                       bool Signed)

Description

Returns true if \p S is defined and never is equal to signed/unsigned min.

Declared at: llvm/include/llvm/Transforms/Utils/LoopUtils.h:435

Parameters

const llvm::SCEV* S
const llvm::Loop* L
llvm::ScalarEvolution& SE
bool Signed