Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp38 unsigned inputIndex, in collectUnderlyingAddressValues() argument
67 if (firstInputIndex > inputIndex || lastInputIndex < inputIndex) { in collectUnderlyingAddressValues()
71 return inputIndex - firstInputIndex; in collectUnderlyingAddressValues()
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1885 Value inputIndex = rewriter.createOrFold<arith::ConstantIndexOp>(loc, i); in matchAndRewrite() local
1887 loc, padding, ValueRange({inputIndex, lowIndex})); in matchAndRewrite()
1889 loc, padding, ValueRange({inputIndex, highIndex})); in matchAndRewrite()