Home
last modified time | relevance | path

Searched refs:lastInputIndex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp59 unsigned firstInputIndex, lastInputIndex; in collectUnderlyingAddressValues() local
62 lastInputIndex = inputs.back().cast<BlockArgument>().getArgNumber(); in collectUnderlyingAddressValues()
65 lastInputIndex = inputs.back().cast<OpResult>().getResultNumber(); in collectUnderlyingAddressValues()
67 if (firstInputIndex > inputIndex || lastInputIndex < inputIndex) { in collectUnderlyingAddressValues()