ΒΆconst llvm::SCEV* denormalizeForPostIncUse(
    const llvm::SCEV* S,
    const llvm::PostIncLoopSet& Loops,
    llvm::ScalarEvolution& SE)

Description

Denormalize \p S to be post-increment for all loops present in \p Loops.

Declared at: llvm/include/llvm/Analysis/ScalarEvolutionNormalization.h:64

Parameters

const llvm::SCEV* S
const llvm::PostIncLoopSet& Loops
llvm::ScalarEvolution& SE