ΒΆbool isValidAtPosition(
    const llvm::AA::ValueAndContext& VAC,
    llvm::InformationCache& InfoCache)

Description

Return true if the value of \p VAC is a valid at the position of \p VAC, that is a constant, an argument of the same function, or an instruction in that function that dominates the position.

Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:193

Parameters

const llvm::AA::ValueAndContext& VAC
llvm::InformationCache& InfoCache