Home
last modified time | relevance | path

Searched refs:firstInputIndex (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
61 firstInputIndex = inputs[0].cast<BlockArgument>().getArgNumber(); in collectUnderlyingAddressValues()
64 firstInputIndex = inputs[0].cast<OpResult>().getResultNumber(); in collectUnderlyingAddressValues()
67 if (firstInputIndex > inputIndex || lastInputIndex < inputIndex) { in collectUnderlyingAddressValues()
71 return inputIndex - firstInputIndex; in collectUnderlyingAddressValues()